docs: remove lg_prof_interval from env (#5103)

This commit is contained in:
Yingwen
2024-12-06 10:59:16 +08:00
committed by GitHub
parent f9ebb58a12
commit 7a3d6f2bd5

View File

@@ -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: