Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitca81097

Browse files
fix: increase node max heap allocation during e2e builds (#15759)
We're already using a 16GB runner, so this should fix flakes like:https://github.com/coder/coder/actions/runs/12172097355/job/33950290293https://github.com/coder/coder/actions/runs/11653425091/job/32445787079This is the same `NODE_OPTION` we already set in the dogfood dockerfile.
1 parenta0a5683 commitca81097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,8 @@ jobs:
666666
name:make gen
667667

668668
-run:pnpm build
669+
env:
670+
NODE_OPTIONS:${{ github.repository_owner == 'coder' && '--max_old_space_size=8192' || '' }}
669671
working-directory:site
670672

671673
-run:pnpm playwright:install

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp