This is the mail archive of the
glibc-bugs@sourceware.org
mailing list for the glibc project.
[Bug libc/11261] malloc uses excessive memory for multi-threaded applications
- From: "siddhesh at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: glibc-bugs at sourceware dot org
- Date: Thu, 12 Dec 2013 10:48:10 +0000
- Subject: [Bug libc/11261] malloc uses excessive memory for multi-threaded applications
- Auto-submitted: auto-generated
- References: <bug-11261-131 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=11261
--- Comment #19 from Siddhesh Poyarekar <siddhesh at redhat dot com> ---
(In reply to Ondrej Bilka from comment #18)
> When you read discussion more carefully there are following posts where
> this problem is mentioned:
>
>
> Ulrich Drepper:
>
> You don't understand the difference between address space and allocated
> memory.
>
> Rich Testardi:
>
> Actually, I totally understand the difference and that is why I mentioned
> the
> fragmentation of memory... When each arena has just a few straggling
> allocations, the maximum *committed* RAM required for the program's *working
> set* using the thread-preferred arena model is, in fact, N times that
> required
> for a traditional model, where N is the number of threads. This shows up in
> real-world thrashing that could actually be avoided. Basically, if the
> program is doing small allocations, a small percentage of stragglers can pin
> the entire allocated space -- and the allocated space is, in fact, much
> larger
> than it needs to be (and larger than it is in other OS's). But thank you for
Right, but most comments on the bug report (and the resolution) are in the
context of malloc creating too many arenas and the switches not working.
Single allocations blocking an entire free space is not a multi-threaded
problem - it occurs on single-threads too and is only compounded with multiple
arenas. I'd suggest working with a fresh bug report or an open bug report that
describes this problem exactly (which I'm pretty sure there should be).
--
You are receiving this mail because:
You are on the CC list for the bug.