increase memory limit for Ropsten and lower for Goerli

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-25 11:47:22 +01:00
parent da8ccc236e
commit 052c7b474a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -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