Skip to content
Snippets Groups Projects
Unverified Commit 39211f47 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Expand memory limits for GW

parent 81645789
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 100M
reservations:
memory: 20M
memory: 50M
restart_policy:
condition: on-failure
delay: 5s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment