Closed errantmind closed 1 year ago
Unless unprefixed_malloc_on_supported_platforms
features is enabled, all jemalloc related symbols are prefixed with _rjem_
. So instead of using MALLOC_CONF
, you should specify _RJEM_MALLOC_CONF
.
That worked, thanks.
Hello, I'm micro-benchmarking Rust allocators (Linux) and I cannot get MALLOC_CONF to work.
Note:
background_thread
is false andtcache_max
is not the value set in the env variable.tikv-jemalloc-ctl
andtikv-jemallocator