From b8dbad57f0ffec9969dea8d01a507c270862b521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 14 Sep 2023 15:17:04 +0000 Subject: [PATCH] Update BIND 9 Memory Explained: links to lg_prof_interval and lg_prof_sample manual --- BIND-9-Memory-Explained.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BIND-9-Memory-Explained.md b/BIND-9-Memory-Explained.md index c39b48f..2aba0a7 100644 --- a/BIND-9-Memory-Explained.md +++ b/BIND-9-Memory-Explained.md @@ -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...i.heap` files. Pick the latest and run: