fix(deploy): Worker 容器内存限制从 4G 降至 2G #69
@@ -116,7 +116,7 @@ services:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '2.0'
|
||||
memory: 4G
|
||||
memory: 2G
|
||||
reservations:
|
||||
cpus: '0.5'
|
||||
memory: 1G
|
||||
|
||||
Reference in New Issue
Block a user