This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Garbage collector stopping my world for half a second
- From: "Boehm, Hans" <hans dot boehm at hp dot com>
- To: "Andrew Haley" <aph at redhat dot com>
- Cc: "Martin Egholm Nielsen" <martin at egholm-nielsen dot dk>, <java at gcc dot gnu dot org>
- Date: Thu, 1 Dec 2005 10:49:52 -0800
- Subject: RE: Garbage collector stopping my world for half a second
Strong agreement here.
But unless GC_free_space_divisor is set to a large number, it looked to
me like the root set was unlikely to be much bigger than on the order of
10MB. That's still way too big, but nowhere near big enough to explain
a 360msec pause, at least not on something PC-like.
It is certainly worth running once with GC_DUMP_REGULARLY to see what
the root set sizes really are.
Hans
> -----Original Message-----
> From: Andrew Haley [mailto:aph@redhat.com]
> ...
> With gcj our root set is way, way too big. Fixing this is at
> the top of my list of things to fix.
>
> Andrew.
>
>