refs #3723 Set docker memory limit
gitea/worker-time-control/pipeline/head This commit looks good
Details
gitea/worker-time-control/pipeline/head This commit looks good
Details
This commit is contained in:
parent
dde4b8757a
commit
3198684f27
|
@ -13,6 +13,9 @@ services:
|
|||
placement:
|
||||
constraints:
|
||||
- node.role == worker
|
||||
resources:
|
||||
limits:
|
||||
memory: 500M
|
||||
configs:
|
||||
config:
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue