mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
docs: update https external link (#13508)
This commit is contained in:
@ -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 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
|
||||
|
||||
Reference in New Issue
Block a user