DEV Community

gangls
gangls

Posted on

Answer: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory in Ionic 3

For a non-Angular general answer for those who land on this question from Google:

Most times when you face this error it’s probably because of a memory leak, an addition/version upgrade of a library or a difference in how Node.js manages memory between versions (e.g. Node.js version <= 10 and…

Top comments (0)