mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-10 12:15:44 +00:00
8 lines
251 B
YAML
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'
|