grunt-istanbul
grunt-istanbul copied to clipboard
FATAL ERROR: JS Allocation failed - process out of memory
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.
I'm getting this issue running istanbul cover
from the CLI, so it seems to be an issue with istanbul rather than grunt-istanbul.