diff --git a/ansible/group_vars/nimbus.ropsten.yml b/ansible/group_vars/nimbus.ropsten.yml index d25255e..c7590b8 100644 --- a/ansible/group_vars/nimbus.ropsten.yml +++ b/ansible/group_vars/nimbus.ropsten.yml @@ -17,8 +17,8 @@ geth_authrpc_jwtsecret: '{{lookup("bitwarden", "nimbus/jwt-token")}}' # Allow connections from our VPN geth_websocket_origins: '*' # 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.1|float) | int }}' # Geth metricsĀ¬ geth_expo_service_name: '{{ geth_service_name }}'