mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
docs: correct profiling feature name and jemalloc env var (#20030)
This commit is contained in:
@@ -33,7 +33,7 @@ Reth includes a `jemalloc` feature to explicitly use jemalloc instead of the sys
|
||||
cargo build --features jemalloc
|
||||
```
|
||||
|
||||
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`
|
||||
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`
|
||||
feature as well:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user