fix(runtime): keep default build threads below smoke threshold
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ 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
|
||||
RUNTIME_RAYON_NUM_THREADS=2
|
||||
RUNTIME_RAYON_NUM_THREADS=1
|
||||
# Optional smoke-only limits used with compose.smoke.yaml (maximum supported defaults shown).
|
||||
# SMOKE_RUNTIME_MEMORY_LIMIT=4g
|
||||
# SMOKE_RUNTIME_MEMORY_SWAP_LIMIT=4g
|
||||
|
||||
Reference in New Issue
Block a user