Open
Description
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:
<--- Last few GCs --->
[96417:0x128008000] 468543 ms: Mark-sweep 16116.2 (16423.6) -> 16106.2 (16427.1) MB, 4611.4 / 0.3 ms (average mu = 0.287, current mu = 0.004) allocation failure scavenge might not succeed
[96417:0x128008000] 477428 ms: Mark-sweep 16122.0 (16427.1) -> 16111.9 (16432.1) MB, 8867.6 / 0.3 ms (average mu = 0.120, current mu = 0.002) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
Steps to Reproduce the Issue
node bin/repolinter.js lint ../repo-to-lint -r ../ruleset.json
Other notes
Have increased "max-old-space-size" to 16384 by:
export NODE_OPTIONS="--max-old-space-size=16384"
With no effect.
Have attempted using node v18.16.0 and v16.19.0
Using M1 Mac.
Activity