jemalloc doesn't look linked #2603
Replies: 2 comments 1 reply
-
@ltagliamonte-dd Kvrocks will static link the jemalloc library while building, so you cannot find it in the shared library. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello Friend,
I'm trying to validate that my kvrocks and rocksdb are using jemalloc.
when I try to verify if it is statically linked i don't see anything:
i don't see LD_PRELOAD specified:
I tried to build kvrocks myself with:
I see it successfully build jemalloc:
What am I missing? is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions