grunt-istanbul icon indicating copy to clipboard operation
grunt-istanbul copied to clipboard

FATAL ERROR: JS Allocation failed - process out of memory

Open RASRID opened this issue 10 years ago • 1 comments

Hello,

I'm getting the aforementioned error when I run grunt jasmine:coverage. My instrumented js file size is 5012 KB. If I downsize it to around 4600 KB by removing some of the code, it runs successfully. But my code is going to increase for sure and also I cannot divide it into separate modules.

Can anyone please help?

Thanks.

RASRID avatar Oct 13 '14 09:10 RASRID

I'm getting this issue running istanbul cover from the CLI, so it seems to be an issue with istanbul rather than grunt-istanbul.

Murphydbuffalo avatar Jun 05 '15 18:06 Murphydbuffalo