How does TINI's garbage collector work?
Created May 3, 2012
Tim Rohaly
TINI's garbage collector is invoked when the free memory drops below 64kB. Unlike most Java implementations, invoking System.gc() in TINI will perform garbage collection immediately. You can also invoke garbage collection explicitly from slush using the gc command.