Skip to content

[FIX] Build fails due to memory overuse#989

Merged
rezwanx merged 1 commit intomainfrom
fix/docker-build
Mar 18, 2026
Merged

[FIX] Build fails due to memory overuse#989
rezwanx merged 1 commit intomainfrom
fix/docker-build

Conversation

@teknatha136
Copy link
Copy Markdown
Member

  • add .dockerignore
  • add NODE_OPTIONS="--max-old-space-size=4096" to limit V8 heap memory.

  vite build used all available memory on on build environment and build failing. GH issue vuejs/vitepress#1778 shows adding max-old-space-size to limit memory heap used by V8
@rezwanx rezwanx merged commit f09fc05 into main Mar 18, 2026
5 checks passed
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.

3 participants