Re: Using jemalloc as default allocator

2018-08-13 Thread Benjamin Mahler
I would be interested in knowing what other projects have done around this (e.g. Rust, Redis seem to use it by default on Linux, and I see ongoing discussion in other projects e.g. Ruby). To James' point, while anyone technically can use jemalloc, I have only seen 1 user doing it. Maybe there are

Re: Using jemalloc as default allocator

2018-08-13 Thread Benno Evers
Ok then, let's not do it for now. Best regards, On Fri, Aug 10, 2018 at 6:10 PM, James Peach wrote: > > > > On Aug 10, 2018, at 8:56 AM, Benno Evers wrote: > > > > Hi guys, > > > > it's quite late in the release cycle, but I've been thinking about > > proposing to enable the

Re: Using jemalloc as default allocator

2018-08-10 Thread James Peach
> On Aug 10, 2018, at 8:56 AM, Benno Evers wrote: > > Hi guys, > > it's quite late in the release cycle, but I've been thinking about > proposing to enable the `--enable-jemalloc-allocator` configuration setting > by default for linux builds of Mesos. > > The thinking is that > - Benchmarks

Using jemalloc as default allocator

2018-08-10 Thread Benno Evers
Hi guys, it's quite late in the release cycle, but I've been thinking about proposing to enable the `--enable-jemalloc-allocator` configuration setting by default for linux builds of Mesos. The thinking is that - Benchmarks consistently show a small to medium performance improvement - The