How to minimize (unshareable) memory usage?

Hans Boehm Hans.Boehm@hp.com
Mon Jan 18 17:11:00 GMT 2010


The output of GC_dump() might also tell you something.  It won't
list heap sections associated with the system malloc.  Note that the
collector doesn't insist on a contiguous heap.

Hans



More information about the Java mailing list