General information on garbage collection
In general, the various GC algorithms, and modeling in NSJ are same as those implemented by Oracle in their JVM. Accordingly, you must refer to the Java web site for details about garbage collection. However, some of the information is not applicable to NSJ. For more relevant information, see Java SE HotSpot Virtual Machine Garbage Collection Tuning.

