Re: Memory fragmentation?
Mike Schroepfer <[email protected]>
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > [email protected] wrote: >> I'm very willing to believe that heap fragmentation --- or just plain >> failure to ever release brk memory --- is a problem. I don't know >> offhand of any tools to give us the information > > malloc_stats on Linux can apparently give some relevant information. > See for example https://bugzilla.mozilla.org/show_bug.cgi?id=130157#c4 > > Note that in that case fragmentation (or possibly not releasing brk > memory) is indeed a problem. > > -Boris > Hmm - that's awesome. Easy to get current data and/or data on windows? Mike