mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-16 22:06:26 +00:00
fix memory check
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
61c14f48b4
commit
10cce6eb7c
@ -2,5 +2,6 @@
|
|||||||
- name: Verify memory and cache sizes
|
- name: Verify memory and cache sizes
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- cont_mem_limit > geth_cache
|
- cont_mem_limit < geth_cache
|
||||||
fail_msg: 'Memory limit cant be lower than cache'
|
fail_msg: 'Memory limit cant be lower than cache: {{ cont_mem_limit }} > {{ geth_cache }}'
|
||||||
|
success_msg: 'Memory limit is higher than cache size'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user