You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the book, it is stated that THP can be activated in Jemalloc with MALLOC_CONF, but in the tikv-jemallocator documentation, it is said that the environment variables need to be prefixed with _RJEM_MALLOC_CONF: https://github.com/tikv/jemallocator/tree/main/jemalloc-sys#environment-variables. On my M1 mac, only setting the malloc conf this way will cause some errors on build time when including gibberish like set -gx _RJEM_MALLOC_CONF "addadthp:always,asddametadata_thp:always".
Hello,
in the book, it is stated that THP can be activated in
Jemalloc
withMALLOC_CONF
, but in the tikv-jemallocator documentation, it is said that the environment variables need to be prefixed with_RJEM_MALLOC_CONF
: https://github.com/tikv/jemallocator/tree/main/jemalloc-sys#environment-variables. On my M1 mac, only setting the malloc conf this way will cause some errors on build time when including gibberish likeset -gx _RJEM_MALLOC_CONF "addadthp:always,asddametadata_thp:always"
.See related issue: tikv/jemallocator#65 (comment)
The text was updated successfully, but these errors were encountered: