mirror of https://github.com/openclaw/openclaw.git
test(ci): tighten startup memory thresholds
This commit is contained in:
parent
0f69b5c11a
commit
c38295c7a2
|
|
@ -32,9 +32,9 @@ writeFileSync(
|
|||
);
|
||||
|
||||
const DEFAULT_LIMITS_MB = {
|
||||
help: 500,
|
||||
statusJson: 925,
|
||||
gatewayStatus: 900,
|
||||
help: 100,
|
||||
statusJson: 400,
|
||||
gatewayStatus: 500,
|
||||
};
|
||||
|
||||
const cases = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue