fix(runtime): 턴 데몬 전용 heap 상한을 추가
공용 빌드·API heap과 턴 데몬 heap을 분리하고 Compose 안전 검증과 운영 문서를 함께 갱신한다.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user