infra-nimbus/ansible/group_vars/nimbus-master.yml

5 lines
196 B
YAML
Raw Normal View History

---
# Master host has more memory, but it should be for builds
beacon_node_mem_limit: '{{ (ansible_memtotal_mb * 0.25) | int }}'
beacon_node_mem_reserve: '{{ (ansible_memtotal_mb * 0.2) | int }}'