fix memory limits

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-10-02 17:12:58 +02:00
parent 26c5a4e1b2
commit 055360a065
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ geth_cont_image: 'ethereum/client-go:v1.9.5'
geth_log_level_name: info
# adjust cache size to available memory
mem_cache_ratio: 0.70
cont_mem_ratio: 0.75
mem_cache_ratio: 0.50
cont_mem_ratio: 0.85
geth_cache: '{{ (ansible_memtotal_mb * mem_cache_ratio|float) | int }}'
# geth metrics