The JVM's heap status at server startup is not hugely useful.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5836 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-06-22 22:26:13 +00:00
parent 2c2e28f5ed
commit de3e23baac
@@ -127,8 +127,7 @@ public class PresentsServer
{
// output general system information
SystemInfo si = new SystemInfo();
log.info("Starting up server", "os", si.osToString(), "jvm", si.jvmToString(),
"mem", si.memoryToString());
log.info("Starting up server", "os", si.osToString(), "jvm", si.jvmToString());
// register SIGTERM, SIGINT (ctrl-c) and a SIGHUP handlers
boolean registered = false;