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
|
||||
assert:
|
||||
that:
|
||||
- cont_mem_limit > geth_cache
|
||||
fail_msg: 'Memory limit cant be lower than cache'
|
||||
- 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'
|
||||
|
|
Loading…
Reference in New Issue