Increasing Node.js Memory Limit
4 min
When keeping a large amount of data in memory (as in, ≥ ~1.4GB) you will
probably hit the default limit for the old generation space in the heap,
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of …