test(ci): tighten startup memory thresholds

This commit is contained in:
Vincent Koc 2026-03-19 16:28:00 -07:00
parent 0f69b5c11a
commit c38295c7a2

View File

@ -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 = [