mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 04:56:38 +00:00
Expand memory limits for GW
This commit is contained in:
@ -17,9 +17,9 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 50M
|
||||
memory: 100M
|
||||
reservations:
|
||||
memory: 20M
|
||||
memory: 50M
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 5s
|
||||
|
Reference in New Issue
Block a user