2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Update BIND 9 Memory Explained: links to lg_prof_interval and lg_prof_sample manual

Petr Špaček 2023-09-14 15:17:04 +00:00
parent 5290e2abcc
commit b8dbad57f0

@ -153,7 +153,7 @@ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 # you don't need th
/usr/sbin/named # use your normal options and configuration that you use in production
```
You'll probably need to fine tune the `lg_prof_interval` and `lg_prof_sample` numbers (it's **log base 2**) to get the desired file size.
You'll probably need to fine tune the [`lg_prof_interval`](http://jemalloc.net/jemalloc.3.html#opt.lg_prof_interval) and [`lg_prof_sample`](http://jemalloc.net/jemalloc.3.html#opt.lg_prof_sample) numbers (it's **log base 2**) to get the desired file size.
After running the benchmark or the regular workload, you should end up with bunch of `jeprof.<pid>.<m>.i<n>.heap` files. Pick the latest and run: