diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 2978764b77..b58c60d0c5 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -6096,16 +6096,24 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
- Sets a maximum size for each journal file
- (see the section called “The journal file”). When the journal file
- approaches
- the specified size, some of the oldest transactions in the
- journal
- will be automatically removed. The largest permitted
- value is 2 gigabytes. The default is
- unlimited, which also
- means 2 gigabytes.
- This may also be set on a per-zone basis.
+ Sets a maximum size for each journal file (see
+ the section called “The journal file”), expressed in bytes
+ or, if followed by an optional unit suffix ('k',
+ 'm', or 'g'), in kilobytes, megabytes, or gigabytes.
+ When the journal file approaches the specified size,
+ some of the oldest transactions in the journal
+ will be automatically removed. The largest
+ permitted value is 2 gigabytes. Very small
+ values are rounded up to 4096 bytes. You
+ can specify unlimited, which
+ also means 2 gigabytes. If you set the limit to
+ default or leave it unset, the
+ journal is allowed to grow up to twice as large as
+ the zone. (There is little benefit in storing
+ larger journals.)
+
+ This option may also be set on a per-zone basis.
+ Setting max-journal-size to
+ default limits journal sizes to twice the
+ size of the zone contents. This can be overridden by setting
+ max-journal-size to unlimited
+ or to an explicit value up to 2G. Thanks to Tony Finch for
+ the contribution. [RT #38324]
+
The new-zones-directory option allows diff --git a/doc/arm/notes.html b/doc/arm/notes.html index a0151616a2..3803961e23 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -160,6 +160,16 @@
+ Setting max-journal-size to
+ default limits journal sizes to twice the
+ size of the zone contents. This can be overridden by setting
+ max-journal-size to unlimited
+ or to an explicit value up to 2G. Thanks to Tony Finch for
+ the contribution. [RT #38324]
+
The new-zones-directory option allows
diff --git a/doc/misc/options b/doc/misc/options
index da8fbf1e14..f8002dbcff 100644
--- a/doc/misc/options
+++ b/doc/misc/options
@@ -219,7 +219,7 @@ options {
max-cache-ttl