Mupx: node main.js killed

Hi,

I’m using a 5$ DigitalOcean vps with mupx. I’ve noticed in the logs that the meteor process is killed a lot:
/opt/meteord/run_app.sh: line 44: 16 Killed node main.js

Is there a way to see the reason for this?

what about going there and looking into that script? :smiley: or on github

That’s the startup script, on line 44 it has:
node main.js

Hi @csiszi did you find a way to stop this?

Upgrading to a 10$ droplet and adding a swap solved it.

Thanks, that did it for me too.