fix(runtime): keep default build threads below smoke threshold
This commit is contained in:
@@ -29,7 +29,7 @@ runtime은 기본적으로 memory/swap 각각 4 GiB, CPU 4개, PID 256개 상한
|
||||
runtime 중지가 우선입니다.
|
||||
|
||||
초기 빌드와 profile worktree 빌드는 기본 Node heap 1536 MiB,
|
||||
`RAYON_NUM_THREADS=2` 안에서 실행됩니다. `RUNTIME_NODE_OPTIONS`의 heap 상한은
|
||||
`RAYON_NUM_THREADS=1` 안에서 실행됩니다. `RUNTIME_NODE_OPTIONS`의 heap 상한은
|
||||
512~2048 MiB, `RUNTIME_RAYON_NUM_THREADS`는 1~4만 허용됩니다. 이는 빌드 중
|
||||
container hard limit에 먼저 닿는 것을 막고 실행 process에도 같은 상한을
|
||||
적용합니다.
|
||||
|
||||
Reference in New Issue
Block a user