increase memory limit for Ropsten and lower for Goerli
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
da8ccc236e
commit
052c7b474a
|
@ -25,7 +25,7 @@
|
|||
geth_metrics_port: 6060
|
||||
geth_websocket_port: 8546
|
||||
geth_expo_cont_port: 9200
|
||||
geth_cont_mem_ratio: 0.2
|
||||
geth_cont_mem_ratio: 0.4
|
||||
geth_bootnodes: '{{ revived_ropsten_bootnodes }}'
|
||||
|
||||
- name: Configure Rinkeby faucet
|
||||
|
@ -61,4 +61,4 @@
|
|||
geth_metrics_port: 6062
|
||||
geth_websocket_port: 8550
|
||||
geth_expo_cont_port: 9202
|
||||
geth_cont_mem_ratio: 0.5
|
||||
geth_cont_mem_ratio: 0.4
|
||||
|
|
Loading…
Reference in New Issue