Skip to content

ci: raise VS Code Storybook heap limit#11014

Merged
lambertjosh merged 2 commits into
mainfrom
fix/vscode-storybook-heap
Jun 8, 2026
Merged

ci: raise VS Code Storybook heap limit#11014
lambertjosh merged 2 commits into
mainfrom
fix/vscode-storybook-heap

Conversation

@lambertjosh

@lambertjosh lambertjosh commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Raise the Node heap limit to 4 GB for the VS Code webview visual-regression job.

The workflow consistently reached the end of Vite's 5,799-module transform and then aborted at Node's default ~2 GB heap limit before screenshot comparison. The first CI experiment scoped the override only to Build Storybook: that step passed, then Playwright's independently started Storybook web server hit the same heap limit. The job-level override covers both Storybook processes while remaining isolated from the separate kilo-ui job.

This same failure occurred twice on #10879 and on an unrelated VS Code PR, so it is not caused by a particular visual change.

Validation

@lambertjosh lambertjosh marked this pull request as ready for review June 8, 2026 16:05
@lambertjosh lambertjosh merged commit 79ca8e1 into main Jun 8, 2026
19 checks passed
@lambertjosh lambertjosh deleted the fix/vscode-storybook-heap branch June 8, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants