]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document that we now honour the cgroup memory limit
authorOndřej Surý <ondrej@isc.org>
Thu, 26 Sep 2024 10:49:52 +0000 (12:49 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 26 Sep 2024 10:55:11 +0000 (12:55 +0200)
On Linux, the system administrator can use Control Group ``cgroup``
mechanism to limit the amount of available memory to the process.  This
limit will be honoured when calculating the percentage-based values.

doc/arm/reference.rst

index 1556cb3d980c732ebc8edd57da776ed5a28ef1d3..cc1a1b43c35d7211c7ca049711561f32fecbb48b 100644 (file)
@@ -3811,6 +3811,12 @@ system.
    startup, so :iscman:`named` does not adjust the cache size limits if the
    amount of physical memory is changed at runtime.
 
+   On Linux, the system administrator can use `cgroup`_ (Control Group)
+   mechanism to limit the amount of available memory to the process.  This limit
+   will be honoured when calculating the percentage-based values.
+
+.. _`cgroup`: https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html
+
 .. namedconf:statement:: tcp-listen-queue
    :tags: server
    :short: Sets the listen-queue depth.