docs: update https external link (#13508)

This commit is contained in:
Tien Dao
2024-12-23 13:10:17 +07:00
committed by GitHub
parent 1d0bb3d127
commit d12392d084

View File

@ -126,6 +126,6 @@ If reth is not built properly, you will see this when you try to run reth:
If this happens, jemalloc likely needs to be rebuilt with the `jemalloc-prof` feature enabled. If this happens, jemalloc likely needs to be rebuilt with the `jemalloc-prof` feature enabled.
If everything is working, this will output `jeprof.*.heap` files while reth is running. If everything is working, this will output `jeprof.*.heap` files while reth is running.
[The jemalloc website](http://jemalloc.net/jemalloc.3.html#opt.abort) has a helpful overview of the options available, for example `lg_prof_interval`, `lg_prof_sample`, `prof_leak`, and `prof_final`. [The jemalloc website](https://jemalloc.net/jemalloc.3.html#opt.abort) has a helpful overview of the options available, for example `lg_prof_interval`, `lg_prof_sample`, `prof_leak`, and `prof_final`.
Now that we have the heap snapshots, we can analyze them using `jeprof`. An example of jeprof usage and output can be seen on the jemalloc github repository: https://github.com/jemalloc/jemalloc/wiki/Use-Case:-Leak-Checking Now that we have the heap snapshots, we can analyze them using `jeprof`. An example of jeprof usage and output can be seen on the jemalloc github repository: https://github.com/jemalloc/jemalloc/wiki/Use-Case:-Leak-Checking