Skip to content

Commit dbc3999

Browse files
author
Anandkumar Patel
committed
set mem limit to 1g by default
1 parent 9fc03da commit dbc3999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ansible/roles/container_kill_start/tasks

ansible/roles/container_kill_start/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
command: |
7070
docker run \
7171
{% if memory_hard_limit is defined %}
72-
--memory {{ memory_hard_limit }} \
72+
--memory {{ memory_hard_limit | default ( "1g" ) }} \
7373
{% endif %}
7474
--log-driver={{ log_driver }} \
7575
{% if log_driver == "syslog" %}

0 commit comments

Comments
 (0)