Skip to content

Commit

Permalink
docs: remove lg_prof_interval from env (#5103)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Dec 6, 2024
1 parent f9ebb58 commit 7a3d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/how-to-profile-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a3d6f2

Please sign in to comment.