-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory #669
Comments
Note: if I increase heap size with this command, it runs successfully. But I don't think that's a solution as it should be ok to run in low-memory servers like Github Actions.
|
hey @alirzayev-clopos thanks for writing in. this is probably related to getsentry/sentry-javascript-bundler-plugins#512 Could you please check this issue and see if any of the hints there might resolve your problem? |
Hey @chargome. Yes, I have read that issue and they are related. But hints don't solve my problem.
I will export memory profile and provide. |
@alirzayev-clopos thanks for that, when you inspect the profile, can you spot anything that seems way off that could give us a hint? |
@chargome, unfortunately no. Sizes seem too big but don't know if it is a problem. How can I help to solve this problem? Should I provide something else? |
@alirzayev-clopos without us inspecting the memory profile or creating a reproducible repo we cannot really debug this from our side I'm afraid. |
Okay. I will try my best to create a reproducible repo. |
Environment
Instance: self-hosted
vite.config.ts:
Steps to Reproduce
tsc && vite build
Expected Result
Sourcemaps uploaded to sentry.
Actual Result
The text was updated successfully, but these errors were encountered: