Re: GC leaks debugging
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/04/11 02:14, Boehm, Hans wrote: > Finally getting around to looking at this thread: > > > 2. The heap expansion heuristic in the GC versions < 7 is not very > robust in cases like this. It tries to allocate a fixed fraction of > the heap between collections, and grows the heap if that fails. What would cause it to fail? Andrew.