Merge pull request 'refs #3723 Set docker memory limit' (!40) from master into test
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #40
This commit is contained in:
commit
234ae4dab9
|
@ -11,4 +11,7 @@ services:
|
||||||
replicas: ${FRONT_REPLICAS:?}
|
replicas: ${FRONT_REPLICAS:?}
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == worker
|
- node.role == worker
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 1G
|
||||||
|
|
Loading…
Reference in New Issue