This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: How to minimize (unshareable) memory usage?
- From: Hans Boehm <Hans dot Boehm at hp dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: Justin Santa Barbara <justin at fathomdb dot com>, "java at gcc dot gnu dot org" <java at gcc dot gnu dot org>
- Date: Mon, 18 Jan 2010 11:09:06 -0800 (PST)
- Subject: Re: How to minimize (unshareable) memory usage?
- References: <a3fa9dad1001180133h252738bfl5d887cb2670475e3@mail.gmail.com> <a3fa9dad1001180140y3bc2cb2dmd6ebd342b95f5a6b@mail.gmail.com> <4B542EE9.7030503@redhat.com>
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