dash.nimbus: bump limit of log indices back to 20

Currently daily indices take up 10 GB per host, so it' fine.

https://github.com/status-im/infra-nimbus/issues/81

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-02-10 12:31:03 +01:00
parent 0398c31ad9
commit 392d4124c5
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931

View File

@ -35,7 +35,7 @@ es_lb_node_port: 9300
# Cleanup to avoid running out of space
logclean_es_host: 'localhost'
logclean_es_port: '{{ es_lb_api_port }}'
logclean_keep_indices: 10
logclean_keep_indices: 20
# JVM Memory settings
es_lb_jvm_min_heap: 2g