Skip to content

Commit a6c64e0

Browse files
author
Anandkumar Patel
committed
add limit to api
1 parent 4d0b339 commit a6c64e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/group_vars/alpha-workers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: api-worker
22

33
container_image: registry.runnable.com/runnable/{{ name }}
44

5+
memory_hard_limit: 1g
6+
57
# for container settings
68
container_envs: >
79
{{ api_base_container_envs }}

0 commit comments

Comments
 (0)