diff options
Diffstat (limited to 'systemd/multiinst.rst')
-rw-r--r-- | systemd/multiinst.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systemd/multiinst.rst b/systemd/multiinst.rst index 3897f5e0..a2ca7bec 100644 --- a/systemd/multiinst.rst +++ b/systemd/multiinst.rst @@ -3,6 +3,9 @@ Multiple instances ================== +.. note:: This section describes the usage of kresd when running under systemd. + For other uses, please refer to :ref:`usage-without-systemd`. + Knot Resolver can utilize multiple CPUs running in multiple independent instances (processes), where each process utilizes at most single CPU core on your machine. If your machine handles a lot of DNS traffic run multiple instances. All instances typically share the same configuration and cache, and incomming queries are automatically distributed by operating system among all instances. |