...
[code]#!/bin/bash
cd nis
java -Xms512M -Xmx1G -cp ".:./*:../libs/*" org.nem.core.deploy.CommonStarter
cd -[/code]
to
[code]
#!/bin/bash
cd nis
java -Xms512M -Xmx768M -cp ".:./*:../libs/*" org.nem.core.deploy.CommonStarter
cd -[/code]
and then start NIS again.
Otherwise it will happen that NIS takes 1 GB RAM, but your system also needs a little bit, so that can't work.
Things are looking better. Top is showing 90% memory utilisation for NIS. Will see what happens overnight, but impression is a more responsive machine.
KC
Two days and six hours since system start (http://nembex.nem.ninja/#nodes) and the KingPi still appears to be responsive, memory utilisation for Java is now >90% so will see how things go from now on.
NIS version 0.5.16-BETA @ block 45765
KC