chore: 提高BangDream渲染生产内存上限
This commit is contained in:
parent
e19f573699
commit
4199d68dda
@ -60,10 +60,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 512Mi
|
||||
memory: 768Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1536Mi
|
||||
memory: 3072Mi
|
||||
volumes:
|
||||
- name: napcat-ssh-key
|
||||
secret:
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
"runtime": {
|
||||
"workerType": "node-worker",
|
||||
"timeoutMs": 30000,
|
||||
"memoryMb": 512,
|
||||
"memoryMb": 3072,
|
||||
"maxConcurrency": 2
|
||||
},
|
||||
"configSchema": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user