diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2014-05-30 11:14:45 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2014-05-30 11:14:45 +0200 |
commit | d7f6ed09fc27ce774ceac7676e2bc36e77709f1e (patch) | |
tree | eeb3cb8bb107f5028b90865511b5b5b53d663dfa /doc/requirements.rst | |
parent | Clang analyzer fixes II (diff) | |
download | knot-d7f6ed09fc27ce774ceac7676e2bc36e77709f1e.tar.xz knot-d7f6ed09fc27ce774ceac7676e2bc36e77709f1e.zip |
doc: update some sections
Diffstat (limited to 'doc/requirements.rst')
-rw-r--r-- | doc/requirements.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/requirements.rst b/doc/requirements.rst index 419a84429..a1598e615 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -28,7 +28,7 @@ Memory requirements Knot DNS implementation focuses on performance and thus can be quite demanding for memory. The rough estimate for memory requirements is -5-7 times of the size of the zone in text format. Again this is only +3 times of the size of the zone in text format. Again this is only an estimate and you are advised to do your own measurements before deploying Knot DNS into production. @@ -42,6 +42,5 @@ Supported operating system Knot DNS itself is written in a portable way, but it depends on several libraries. Namely userspace-rcu, which could be a constraint -when it comes to the operating system support. As far as we know the -Knot DNS can be compiled and run on Linux, FreeBSD, OpenBSD, NetBSD -and Mac OS X. +when it comes to the operating system support. Knot DNS can be compiled +and run on most of UNIX-like systems, such as Linux, *BSD and Mac OS X. |