fix check

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-10 00:09:31 -04:00
parent 4845ea8a18
commit e1b1371bfb
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
- name: Verify memory and cache sizes
assert:
that:
- cont_mem_limit < geth_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'