5 lines
196 B
YAML
5 lines
196 B
YAML
|
---
|
||
|
# 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 }}'
|