]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add upgrade guide item 14185/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 21 May 2024 13:24:16 +0000 (15:24 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 21 May 2024 13:48:49 +0000 (15:48 +0200)
pdns/recursordist/docs/upgrade.rst

index 51713eefde55ba931390f67e4752ae15f89f473e..08da067908e75faf342cba840a3e646a092ddde3 100644 (file)
@@ -23,6 +23,7 @@ Changed settings
 - The :ref:`setting-max-qperq` default value has been lowered to 50, and the qname-minimization special case has been removed.
 - Disabling :ref:`setting-structured-logging` is no longer supported.
 - The :ref:`setting-structured-logging-backend` setting has gained the possibility to request JSON formatted output of structured logging information.
+- The :ref:`setting-max-mthreads` setting will be adjusted to a lower value if the value of ``sysctl vm.max_map_count`` is too low to support the maximum number of mthread stacks. In this case :program:`Recursor` logs an error message including the suggested value of ``vm.max_map_count`` to not cause lowering of :ref:`setting-max-mthreads`.
 
 5.0.4 to 5.0.5
 --------------