increase Goerli container memory limit to 80%
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d8b643fd74
commit
4cdd5f01ce
|
@ -17,7 +17,7 @@ geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
||||||
geth_websocket_origins: '*'
|
geth_websocket_origins: '*'
|
||||||
|
|
||||||
# Memory settings
|
# Memory settings
|
||||||
geth_cont_mem_ratio: 0.7
|
geth_cont_mem_ratio: 0.8
|
||||||
|
|
||||||
# Geth metrics
|
# Geth metrics
|
||||||
geth_source_cont_name: '{{ geth_cont_name }}'
|
geth_source_cont_name: '{{ geth_cont_name }}'
|
||||||
|
|
Loading…
Reference in New Issue