From a40c0ab49c7d893339eb9479f4f7632eee8bd36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 12 Feb 2021 23:06:04 +0100 Subject: [PATCH] geth-goerli: increase cache size from default 1GB to 2GB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus-geth-goerli.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/nimbus-geth-goerli.yml b/ansible/group_vars/nimbus-geth-goerli.yml index 9b893cb..fd20a95 100644 --- a/ansible/group_vars/nimbus-geth-goerli.yml +++ b/ansible/group_vars/nimbus-geth-goerli.yml @@ -18,6 +18,7 @@ geth_websocket_origins: '*' # Memory settings geth_cont_mem_ratio: 0.7 +geth_cache_size: '{{ (ansible_memtotal_mb * 0.25|float) | int }}' # Geth metrics geth_source_cont_name: '{{ geth_cont_name }}'