Re: jemalloc config

2019-06-30 Thread Christos Zoulas
In article , Robert Swindells wrote: > >The man page for jemalloc suggests that you should only enable filling >memory with junk values on malloc and free when debugging as it will >impact performance. > >We seem to have it enabled by default, is that intentional ? Yes, because we found a lot of

jemalloc config

2019-06-30 Thread Robert Swindells
The man page for jemalloc suggests that you should only enable filling memory with junk values on malloc and free when debugging as it will impact performance. We seem to have it enabled by default, is that intentional ?