reduced the memory ram for molecule/default

This commit is contained in:
Rshad Zhran 2019-08-19 12:44:47 +02:00
parent 8fbac1af24
commit 70e2d68cb0
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ molecule = "*"
python_version = "2.7" python_version = "2.7"
[scripts] [scripts]
destroy ="molecule destroy"
test ="molecule test" test ="molecule test"
agent ="molecule test -s wazuh-agent" agent ="molecule test -s wazuh-agent"
elasticsearch ="molecule test -s elasticsearch" elasticsearch ="molecule test -s elasticsearch"

View File

@ -13,7 +13,7 @@ platforms:
ulimits: ulimits:
- nofile:262144:262144 - nofile:262144:262144
privileged: true privileged: true
memory_reservation: 5120m memory_reservation: 2048m
- name: xenial - name: xenial
image: solita/ubuntu-systemd:xenial image: solita/ubuntu-systemd:xenial
privileged: true privileged: true
@ -57,7 +57,7 @@ scenario:
- create - create
- prepare - prepare
- converge - converge
- idempotence # - idempotence
- side_effect - side_effect
- verify - verify
- cleanup - cleanup