FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed — Javascript process out of memory
This error occurs when the memory allocated for the execution application is less than the required memory when run application. By default the memory limit in Node.js is 512 mb, to solve this issue you need to increasing the memory limit use command —- max-old-space-size .It can be avoid the memory limit issue.