I used pm2-meteor to deploy my MeteorJS App since 1 year and everything went well.
I am now upgrade my App to MeteorJS 1.5 and when I deploy my new app I got the following error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory Aborted (core dumped).
If I deploy my old app, everything went well.
How can I fix this bug ?
My development environment:
npm version 5.1.0
node version v4.8.3
pm2-meteor version 0.5.6
OS: Ubuntu 64bit version 15.10
RAM: 4GB
Hi,
I used pm2-meteor to deploy my MeteorJS App since 1 year and everything went well.
I am now upgrade my App to MeteorJS 1.5 and when I deploy my new app I got the following error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory Aborted (core dumped).
If I deploy my old app, everything went well.
How can I fix this bug ?
My development environment: npm version 5.1.0 node version v4.8.3
pm2-meteor version 0.5.6 OS: Ubuntu 64bit version 15.10 RAM: 4GB
Thank You Adalidda