chore: raise code queue memory budget
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
||||
CODE_QUEUE_BASE_IMAGE: ${CODE_QUEUE_BASE_IMAGE:-oven/bun:1-debian}
|
||||
container_name: code-queue-backend
|
||||
restart: unless-stopped
|
||||
mem_limit: "${CODE_QUEUE_MEM_LIMIT:-3g}"
|
||||
memswap_limit: "${CODE_QUEUE_MEMSWAP_LIMIT:-4g}"
|
||||
mem_limit: "${CODE_QUEUE_MEM_LIMIT:-15g}"
|
||||
memswap_limit: "${CODE_QUEUE_MEMSWAP_LIMIT:-16g}"
|
||||
env_file:
|
||||
- path: ${CODE_QUEUE_ENV_FILE:-../../../../.state/code-queue-d601.env}
|
||||
required: false
|
||||
|
||||
@@ -1141,9 +1141,9 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
memory: 15Gi
|
||||
limits:
|
||||
memory: 4Gi
|
||||
memory: 15Gi
|
||||
volumes:
|
||||
- name: docker-sock
|
||||
hostPath:
|
||||
|
||||
Reference in New Issue
Block a user