-
Notifications
You must be signed in to change notification settings - Fork 73
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 #294
Comments
I've seen this issue before and it happened on a repository |
Tried that with no change. The original repo was created with projen. Any issues there? |
Since symlink was the root cause of my issue at the time, I just tied the problem to that.
|
btw if you can share your ruleset, that can be helpful. |
Noting that you both work at AWS; so perhaps contacting each other internally will allow you to share the rules/codebase in question for better replication. |
I was able to track this down to a set of I avoided this error two different ways:
It would be nice if anything in the |
Issue Report
When attempting to run repolinter.js via node, getting this error.
Expected Behavior
repolinter.js should complete
Actual Behavior
repolinter.js failed with the following error:
Steps to Reproduce the Issue
Other notes
Have increased "max-old-space-size" to 16384 by:
With no effect.
Have attempted using node v18.16.0 and v16.19.0
Using M1 Mac.
The text was updated successfully, but these errors were encountered: