Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript heap out of memory #1758

Open
chaseFunny opened this issue Jan 20, 2025 · 1 comment
Open

JavaScript heap out of memory #1758

chaseFunny opened this issue Jan 20, 2025 · 1 comment

Comments

@chaseFunny
Copy link

Version

System: macOs
Browser: chrome
npmPackages: pnpm

Details

When the number of my mds exceeds 1w, I will get FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Image
My questions:

  1. Is rspress built using rust? Why does this problem still occur?

Reproduce link

no link

Reproduce Steps

no step

@Timeless0911
Copy link
Contributor

Rspress uses Rust to compile mdx files, but it is still an SSG framework. The error here is in rendering pages process which using Javascript.

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

No branches or pull requests

2 participants