On Feb 19, 2011, at 2:57 PM, Stefan Fritsch wrote: > > I am sure that apr_allocator with mmap is not an advantage on all > platforms. Actually, apr allocating only multiples of 4k should make > it easier for malloc to avoid fragmentation. But glibc's malloc fails > miserably in that regard. >
Is there a way during configuration time that we can do some rough testing on "best" multiple to use...?
