Skip to content

Commit 0334953

Browse files
authored
docs: correct profiling feature name and jemalloc env var (#20030)
1 parent 194a01a commit 0334953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vocs/docs/pages/run/faq/profiling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Reth includes a `jemalloc` feature to explicitly use jemalloc instead of the sys
3333
cargo build --features jemalloc
3434
```
3535

36-
While the `jemalloc` feature does enable jemalloc, reth has an additional feature, `profiling`, that must be used to enable heap profiling. This feature implicitly enables the `jemalloc`
36+
While the `jemalloc` feature does enable jemalloc, reth has an additional feature, `jemalloc-prof`, that must be used to enable heap profiling. This feature implicitly enables the `jemalloc`
3737
feature as well:
3838

3939
```

0 commit comments

Comments
 (0)