Skip to content

Ensure to use `libjemalloc2`

Kamil Trzciński requested to merge ensure-to-use-jemalloc2 into master

libjemalloc2 has a different memory usage characteristic. Lets use it to be closer to production.

MALLOC_CONF is defined to provide a more efficient memory usage at cost of small performance penalty.

Merge request reports