From: Vladimír Čunát Date: Fri, 14 Oct 2022 11:54:36 +0000 (+0200) Subject: NEWS, doc: document jemalloc X-Git-Tag: v5.6.0~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7c47a2c7166309804cba1a6fc8de8da7dee60e4;p=thirdparty%2Fknot-resolver.git NEWS, doc: document jemalloc --- diff --git a/NEWS b/NEWS index 5238331ab..99e5f49f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Knot Resolver 5.x.y (202y-mm-dd) +================================ + +Improvements +------------ +- depend on jemalloc, preferably, to improve memory usage (!1353) + + Knot Resolver 5.5.3 (2022-09-21) ================================ diff --git a/doc/build.rst b/doc/build.rst index 27d53221c..b1e39a5c2 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -47,6 +47,7 @@ Resolver: .. csv-table:: :header: "Optional", "Needed for", "Notes" + "jemalloc_", "``daemon``", "Improve long-term memory consumption." "nghttp2_", "``daemon``", "DNS over HTTPS support." "libsystemd_", "``daemon``", "Systemd watchdog support." "`libcap-ng`_", "``daemon``", "Linux capabilities: support dropping them." @@ -261,6 +262,7 @@ For development, it's possible to build the container directly from your git tre $ docker build -t knot-resolver . +.. _jemalloc: https://jemalloc.net .. _libuv: https://github.com/libuv/libuv .. _LuaJIT: http://luajit.org/luajit.html .. _Doxygen: https://www.doxygen.nl/manual/index.html