Skip to content

Commit

Permalink
fix: double e2e-test max old memory again to 16gb (#1027)
Browse files Browse the repository at this point in the history
We still have OOM with 8gb. lets try 16gb
  • Loading branch information
jsy1218 authored Feb 21, 2025
1 parent d57cb30 commit 00addfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export class RoutingAPIPipeline extends Stack {
`echo "UNICORN_SECRET=${unicornSecret}" >> .env`,
'npm install',
'npm run build',
'set NODE_OPTIONS=--max-old-space-size=8192 && npm run test:e2e',
'set NODE_OPTIONS=--max-old-space-size=16384 && npm run test:e2e',
],
})

Expand Down

0 comments on commit 00addfd

Please sign in to comment.