From 26b51d841e4c276ab890db697c184f47873eb705 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 14 Oct 2021 12:29:47 +0200 Subject: [PATCH] doc: improve clientloglimit description --- doc/chrony.conf.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/chrony.conf.adoc b/doc/chrony.conf.adoc index 89f63bb..d76d867 100644 --- a/doc/chrony.conf.adoc +++ b/doc/chrony.conf.adoc @@ -1497,8 +1497,9 @@ NTP server needs to support the interleaved mode for its clients. The default limit is 524288 bytes, which enables monitoring of up to 4096 IP addresses at the same time and holding NTP timestamps for up to 4096 clients using the interleaved mode (depending on uniformity of their polling interval). The -maximum value is 2^32-1 (4 GB) on 32-bit systems and 2^35 (32 GB) on 64-bit -systems. +number of addresses and timestamps is always a power of 2. The maximum +effective value is 2147483648 (2 GB), which corresponds to 16777216 addresses +and timestamps. + An example of the use of this directive is: +