mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
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:
parent
0398c31ad9
commit
392d4124c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user