Prevent My Node.js App To Be Killed By The OS
I m creating a web tv on a Raspberry Pi Since the RPi will not always be connected to the net, I need to download the file it will have to play before playing them. I can download
Solution 1:
Look inside system log files (e.g. /var/log/messages
or /var/log/syslog
, or the output of dmesg
command) for messages relative to your application (or to the node.js
processes). You may have gotten out of resources....
Post a Comment for "Prevent My Node.js App To Be Killed By The OS"