Installed a NEM node on my VPS. The node is running a few moments then the NIS server is terminated with the following message
./nix.runNis.sh: line 4: 5334 Killed java -Xms512M -Xmx1G -cp ".:./*:../libs/*" org.nem.deploy.CommonStarter
My VPS has 1 vCore and 768 MB RAM.
Any suggestions?
Probably the kernel Out Of Memory Killer killed your NIS (info about that in your system logs).
Parameter -Xmx must be lower than your RAM
Has your VPS any swap space?