mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 14:30:57 +00:00
test(ci): tighten startup memory thresholds
This commit is contained in:
@@ -32,9 +32,9 @@ writeFileSync(
|
||||
);
|
||||
|
||||
const DEFAULT_LIMITS_MB = {
|
||||
help: 500,
|
||||
statusJson: 925,
|
||||
gatewayStatus: 900,
|
||||
help: 100,
|
||||
statusJson: 400,
|
||||
gatewayStatus: 500,
|
||||
};
|
||||
|
||||
const cases = [
|
||||
|
||||
Reference in New Issue
Block a user