mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 23:04:40 +00:00
nimbus.prater: lower Geth memory limit to 15%
Geth loves memory, and eats up as much as it can. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9481622372
commit
d26521d9ab
@ -10,8 +10,8 @@ geth_log_level_name: info
|
||||
geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}'
|
||||
geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}'
|
||||
# Memory settings¬
|
||||
geth_cont_mem_ratio: 0.3
|
||||
geth_cache_size: '{{ (ansible_memtotal_mb * 0.25|float) | int }}'
|
||||
geth_cont_mem_ratio: 0.15
|
||||
geth_cache_size: '{{ (ansible_memtotal_mb * 0.05|float) | int }}'
|
||||
# Ports
|
||||
geth_rpc_enabled: true
|
||||
geth_rpc_addr: '0.0.0.0'
|
||||
|
Loading…
x
Reference in New Issue
Block a user