geth-goerli: increase container memory limit to 80%
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
dbce2ffc5d
commit
dd6bcc515d
|
@ -15,7 +15,7 @@ geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}'
|
|||
# Allow connections from our Tinc VPN
|
||||
geth_websocket_origins: '*'
|
||||
# Memory settings
|
||||
geth_cont_mem_ratio: 0.7
|
||||
geth_cont_mem_ratio: 0.8
|
||||
geth_cache_size: '{{ (ansible_memtotal_mb * 0.25|float) | int }}'
|
||||
|
||||
# Geth metrics
|
||||
|
|
Loading…
Reference in New Issue