diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-21 10:05:12 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2018-03-21 10:58:47 +0100 |
commit | 272ad072c631000250121c7d9e3d6847a0594229 (patch) | |
tree | 89aed88b22f2efb423582877879a7661c264f5ae /doc/man_knotd.rst | |
parent | strtonum: add size_t variant, refactoring (diff) | |
download | knot-272ad072c631000250121c7d9e3d6847a0594229.tar.xz knot-272ad072c631000250121c7d9e3d6847a0594229.zip |
utils: add maximum configuration size command line option
Diffstat (limited to 'doc/man_knotd.rst')
-rw-r--r-- | doc/man_knotd.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man_knotd.rst b/doc/man_knotd.rst index 4487e680d..948c9ba1c 100644 --- a/doc/man_knotd.rst +++ b/doc/man_knotd.rst @@ -22,6 +22,9 @@ Parameters The default configuration database, if exists, has a preference to the default configuration file. +**-m**, **--max-conf-size** *MiB* + Set maximum configuration size (default is @conf_mapsize@ MiB, maximum 10000 MiB). + **-s**, **--socket** *path* Use a remote control UNIX socket path (default is :file:`@run_dir@/knot.sock`). |