79235499

Date: 2024-11-28 23:23:51
Score: 1.5
Natty:
Report link

So it turns out that when you build redis on my system, it sets --with-jemalloc-prefix=je_, which means that all of jemalloc's public APIs become prefixed with the string je_ (or JE_)

Running export JE_MALLOC_CONF=narenas:40 then results in the expected behavior.

The prefix behavior is described here : https://github.com/jemalloc/jemalloc/blob/dev/INSTALL.md

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: p0wp0wpanda