mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-20 07:11:36 +00:00
fix(ci): stabilize CLI startup memory gate
This commit is contained in:
@@ -63,6 +63,10 @@ describe("check-cli-startup-memory", () => {
|
||||
);
|
||||
});
|
||||
|
||||
it("keeps status startup headroom above Linux runner RSS variance", () => {
|
||||
expect(testing.resolveDefaultLimitsMb("linux").statusJson).toBe(425);
|
||||
});
|
||||
|
||||
it("keeps invalid startup memory env values from bypassing budgets", () => {
|
||||
expect(() =>
|
||||
testing.readPositiveNumberEnv("OPENCLAW_STARTUP_MEMORY_HELP_MB", 100, {
|
||||
|
||||
Reference in New Issue
Block a user