2019-05-09 14:53:34 +00:00
|
|
|
---
|
2020-03-12 12:32:43 +00:00
|
|
|
# TRACE needs more disk space
|
|
|
|
bootstrap__rsyslog_docker_logs_path: '/docker/log'
|
2020-08-03 13:46:07 +00:00
|
|
|
# The volume of logs is too big and Nimbus team doesn't use their own cluster
|
|
|
|
bootstrap__rsyslog_docker_logstash_send: false
|
|
|
|
|
2020-02-16 00:18:09 +00:00
|
|
|
# lower local retention to save space
|
|
|
|
bootstrap__logrotate_frequency: 'hourly'
|
|
|
|
bootstrap__logrotate_count: 3
|
2020-03-12 12:32:43 +00:00
|
|
|
bootstrap__logrotate_mbytes: 500
|
2020-03-26 13:15:22 +00:00
|
|
|
|
2020-08-04 14:15:30 +00:00
|
|
|
beacon_node_log_level: DEBUG
|
|
|
|
|
2020-03-26 13:15:22 +00:00
|
|
|
# resource limits
|
2020-06-30 22:07:33 +00:00
|
|
|
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.60) | int }}'
|
|
|
|
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.4) | int }}'
|