From 7a3d6f2bd572197d57c503cdb96d8ae16072fb50 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Fri, 6 Dec 2024 10:59:16 +0800 Subject: [PATCH] docs: remove lg_prof_interval from env (#5103) --- docs/how-to/how-to-profile-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/how-to-profile-memory.md b/docs/how-to/how-to-profile-memory.md index 257e834e0b..3284df9e32 100644 --- a/docs/how-to/how-to-profile-memory.md +++ b/docs/how-to/how-to-profile-memory.md @@ -23,7 +23,7 @@ curl https://raw.githubusercontent.com/brendangregg/FlameGraph/master/flamegraph Start GreptimeDB instance with environment variables: ```bash -MALLOC_CONF=prof:true,lg_prof_interval:28 ./target/debug/greptime standalone start +MALLOC_CONF=prof:true ./target/debug/greptime standalone start ``` Dump memory profiling data through HTTP API: