From 51da5605438ca0a4cef711ef415889cf1dd1f786 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 4 May 2017 01:08:23 +0000 Subject: [PATCH] regen master --- doc/arm/Bv9ARM.ch06.html | 28 ++++++++++++++++++---------- doc/arm/Bv9ARM.ch09.html | 10 ++++++++++ doc/arm/notes.html | 10 ++++++++++ doc/misc/options | 8 ++++---- 4 files changed, 42 insertions(+), 14 deletions(-) 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; };
max-journal-size

- 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.

max-records
diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 66fda306fa..38453a39c5 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -197,6 +197,16 @@

New Features