From 65156afb8c09564562a582689e37bf1b096ae2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Sun, 13 Nov 2022 10:20:00 +0100 Subject: [PATCH] Add CHANGES and release note [GL #3676] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index a330afad00..d400ed2302 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6019. [func] Deprecate `coresize`, `datasize`, `files`, and + `stacksize` named.conf options. [GL #3676] + 6018. [cleanup] Remove the --with-tuning configure option. [GL #3664] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8af2593e3e..1dedc1b903 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -34,6 +34,11 @@ Feature Changes settings that required different values based on "workload" have been either removed or a sensible default has been picked. :gl:`#3664` +- Deprecate setting the operating system limit (``coresize``, ``datasize``, + ``files`` and ``stacksize``) from ``named.conf``. These options should be set + from the operating system (``ulimit``) or from the process supervisor + (e.g. ``systemd``). :gl:`#3676` + Bug Fixes ~~~~~~~~~