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