This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GC leaks debugging


>> Paging Hans Boehm. Âcan you suggest ways to get the system to GC more
>> frequently? ÂWould doing so avoid this scenario?
>>
>
> Call _Jv_SetGCFreeSpaceDivisor(). ÂI forget what we used to do, but bigger
> numbers cause it to collect more often. ÂThe default may be 5, but if you
> make it 20 or 25 you really reduce heap growth.

Yes, I saw this in the code and I already tried that with 30.  Did not help. ;-(
Also tried explicit GC_gcollect.  Did also not help.

I'll sleep another night; new clues will come... ;-)

Erik


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]