diff --git a/docs/jemalloc-profiling.md b/docs/jemalloc-profiling.md index 4aca189cef8..2849a93ead6 100644 --- a/docs/jemalloc-profiling.md +++ b/docs/jemalloc-profiling.md @@ -19,8 +19,8 @@ The following is an example of the required commands: ```text ./configure --enable-stats --enable-prof && make && make install -MALLOC_CONF=prof:true -LD_PRELOAD=/usr/lib/libjemalloc.so +export MALLOC_CONF=prof:true +export LD_PRELOAD=/usr/lib/libjemalloc.so ```