infra-role-geth/tasks/checks.yml
Jakub Sokołowski 10cce6eb7c
fix memory check
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-08-09 21:54:07 -04:00

8 lines
251 B
YAML

---
- name: Verify memory and cache sizes
assert:
that:
- cont_mem_limit < geth_cache
fail_msg: 'Memory limit cant be lower than cache: {{ cont_mem_limit }} > {{ geth_cache }}'
success_msg: 'Memory limit is higher than cache size'