Skip to content

Commit b7f77a2

Browse files
fix(playground): increase engine memory limit 3584M→5120M to prevent OOM kills (#221)
Engine uses ~3.6 GB idle with GLiNER+embedding models loaded, causing 10+ OOM kills today (DAK-6925). Server already hotfixed to 5120M; this syncs the deploy repo. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d9585c commit b7f77a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-compose.playground.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dakera Playground — Resource-Limited Single-Node Stack (DAK-6706)
33
# =============================================================================
44
# Playground limits vs production:
5-
# Dakera: 3.5 GB RAM / 3 vCPU (vs 8 GB / 4 vCPU)
5+
# Dakera: 5 GB RAM / 3 vCPU (vs 8 GB / 4 vCPU)
66
# MinIO: 1.5 GB RAM / 1 vCPU (vs 4 GB / 2 vCPU)
77
# Body: 5 MB max (vs 500 MB)
88
# Timeout: 30 s (vs 600 s)
@@ -50,7 +50,7 @@ services:
5050
deploy:
5151
resources:
5252
limits:
53-
memory: 3584M
53+
memory: 5120M
5454
cpus: "3.0"
5555
reservations:
5656
memory: 512M

0 commit comments

Comments
 (0)