fix(runtime): 턴 데몬 전용 heap 상한을 추가

공용 빌드·API heap과 턴 데몬 heap을 분리하고 Compose 안전 검증과 운영 문서를 함께 갱신한다.
This commit is contained in:
2026-08-16 06:48:42 +00:00
parent a7c7204915
commit 1d25540b1a
5 changed files with 21 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ RUNTIME_CPU_LIMIT=4
RUNTIME_PIDS_LIMIT=256
# Bound Node/Rolldown build parallelism inside the runtime container.
RUNTIME_NODE_OPTIONS=--max-old-space-size=1536
# Optional turn-daemon-only heap. Raise the runtime memory hard limit first.
TURN_DAEMON_NODE_OPTIONS=--max-old-space-size=1536
RUNTIME_RAYON_NUM_THREADS=1
# Optional smoke-only limits used with compose.smoke.yaml (maximum supported defaults shown).
# SMOKE_RUNTIME_MEMORY_LIMIT=4g