fix(runtime): 릴리스 빌드 PID 여유를 확보
여러 profile PM2 프로세스가 실행 중에도 Gateway 릴리스 빌드가 thread 생성 한도에 걸리지 않도록 운영 runtime 기본 PID 상한을 512로 높이고 문서와 예제를 맞춘다.
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ HTTPS_PORT=443
|
||||
RUNTIME_MEMORY_LIMIT=4g
|
||||
RUNTIME_MEMORY_SWAP_LIMIT=4g
|
||||
RUNTIME_CPU_LIMIT=4
|
||||
RUNTIME_PIDS_LIMIT=256
|
||||
RUNTIME_PIDS_LIMIT=512
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user