Post
Topic
Board Announcements (Altcoins)
Re: NEM (XEM) Official Thread - 100% New Code - Easy To Use APIs
by
Chaos514
on 03/08/2016, 19:51:30 UTC
I tested it with xmx = 730m but it did not work, too.
Is there a minimum RAM requirement for running a NEM node? I just found a manual to set up the node but no information about minimum requirements. I ran a NXT node on the server earlier and I worked without problems.

Thanks, to point me to this fact. I will try to lower the -XmX to 700 and try to run it again.

Where could I find the right system logs? I am using Debian Linux on my VPS.

Installed a NEM node on my VPS. The node is running a few moments then the NIS server is terminated with the following message

Quote
./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?


The requirement are on the FAQ section of the nem.io site.

1 GB of RAM for NIS in command line mode
2 GB of RAM for NIS AND NCC/Lightwallet simultaneously (GUI)
2 GB of  RAM for NIS Supernode (Command Line)

Hope this help.