Skip to content

Commit

Permalink
dash.nimbus: bump limit of log indices back to 20
Browse files Browse the repository at this point in the history
Currently daily indices take up 10 GB per host, so it' fine.

#81

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Feb 10, 2022
1 parent 0398c31 commit 392d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/dash.nimbus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 392d412

Please sign in to comment.