Re: GC leaks debugging
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14/04/11 09:35, Erik Groeneveld wrote: > On Wed, Apr 13, 2011 at 10:11 AM, Andrew Haley <[email protected]> wrote: >> It looks like you're making progress, but I urge you to move to the >> new gc or your time may be wasted on the old one. > > The next step is to upgrade to that latest GCC and the latest GC and > the latest Lucene and have that running on Debian Testing. > > I will be looking into getting USE_MMAP to work, as I think that would > be a more definite solution. However if I enable it, it segvs. > > Are there any specific obstacles for USE_MUNMAP when used in GCJ, or > should it just work? MUNMAP, hmm. I don't know; it should work but there's no experience. Why do you want to munmap, anyway? Are you running out of swap space? Andrew.