mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 22:40:58 +00:00
fix(ci): widen Linux memory-hotspot isolation cap
This commit is contained in:
@@ -320,7 +320,7 @@ const heavyUnitLaneCount = parseEnvNumber(
|
||||
);
|
||||
const heavyUnitMinDurationMs = parseEnvNumber("OPENCLAW_TEST_HEAVY_UNIT_MIN_MS", 1200);
|
||||
const defaultMemoryHeavyUnitFileLimit =
|
||||
testProfile === "serial" ? 0 : isCI ? 32 : testProfile === "low" ? 8 : 16;
|
||||
testProfile === "serial" ? 0 : isCI ? 64 : testProfile === "low" ? 8 : 16;
|
||||
const memoryHeavyUnitFileLimit = parseEnvNumber(
|
||||
"OPENCLAW_TEST_MEMORY_HEAVY_UNIT_FILE_LIMIT",
|
||||
defaultMemoryHeavyUnitFileLimit,
|
||||
|
||||
Reference in New Issue
Block a user