]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Honour the Control Group memory contraints on Linux
authorOndřej Surý <ondrej@isc.org>
Thu, 26 Sep 2024 11:20:14 +0000 (11:20 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 26 Sep 2024 11:20:14 +0000 (11:20 +0000)
commitf48b86871f41855a0e684b75e1fe63af27f02ba1
treefba4cf6a798568ecde3954438c760ea724603fc6
parentd0d4c6dae723d8a7e3d10ca1076bc060e95bd532
parent37552ce9ae5ecf9cfe334d24c09659e0d574279e
chg: usr: Honour the Control Group memory contraints on Linux

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.

Merge branch 'ondrej/use-uv_get_available_memory-doc' into 'main'

See merge request isc-projects/bind9!9556