increase Goerli container memory limit to 80%

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-09 18:32:11 +01:00
parent d8b643fd74
commit 4cdd5f01ce
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

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