From 0200f518a20ff6febaf53d1332e557969463d150 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Thu, 30 Oct 2025 05:35:44 -0500 Subject: [PATCH] PS-10254 [DOCS] - Incorrect options for jeprof --show_bytes in Jemalloc memory allocation profiling 8.4 modified: docs/jemalloc-profiling.md --- docs/jemalloc-profiling.md | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) 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 ```