chore: raise code queue memory budget

This commit is contained in:
Codex
2026-05-21 12:00:49 +00:00
parent 8b8b74e953
commit 527d0349bd
4 changed files with 7 additions and 4 deletions
@@ -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: