From c38295c7a2503f8ddbbb5e954c623fbfed56ade4 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 19 Mar 2026 16:28:00 -0700 Subject: [PATCH] test(ci): tighten startup memory thresholds --- scripts/check-cli-startup-memory.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/check-cli-startup-memory.mjs b/scripts/check-cli-startup-memory.mjs index f2e8521961e..8f71965c7a4 100644 --- a/scripts/check-cli-startup-memory.mjs +++ b/scripts/check-cli-startup-memory.mjs @@ -32,9 +32,9 @@ writeFileSync( ); const DEFAULT_LIMITS_MB = { - help: 500, - statusJson: 925, - gatewayStatus: 900, + help: 100, + statusJson: 400, + gatewayStatus: 500, }; const cases = [