test(ci): tighten startup memory thresholds
This commit is contained in:
parent
0f69b5c11a
commit
c38295c7a2
@ -32,9 +32,9 @@ writeFileSync(
|
|||||||
);
|
);
|
||||||
|
|
||||||
const DEFAULT_LIMITS_MB = {
|
const DEFAULT_LIMITS_MB = {
|
||||||
help: 500,
|
help: 100,
|
||||||
statusJson: 925,
|
statusJson: 400,
|
||||||
gatewayStatus: 900,
|
gatewayStatus: 500,
|
||||||
};
|
};
|
||||||
|
|
||||||
const cases = [
|
const cases = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user