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"
[scripts]
destroy ="molecule destroy"
test ="molecule test"
agent ="molecule test -s wazuh-agent"
elasticsearch ="molecule test -s elasticsearch"

View File

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