diff --git a/doc/xml/reference.xml b/doc/xml/reference.xml index 4cd2bdb96..a79d654d5 100644 --- a/doc/xml/reference.xml +++ b/doc/xml/reference.xml @@ -110,7 +110,9 @@ Set the buffer size used for copy, compress, and uncompress functions. A maximum of 3 buffers will be in use at a time per process. An additional maximum of 256K per process may be used for zlib buffers. - Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the multiplier is a power of 1024. + Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the multiplier is a power of 1024. For example, the case-insensitive value 32k (or 32KB) can be used instead of 32768. + + Allowed values, in bytes, are 16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, and 16777216. 32K diff --git a/doc/xml/release.xml b/doc/xml/release.xml index b803cb0d8..9fec3ec52 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -70,6 +70,19 @@ + + + + + + + + +

List allowable values for the buffer-size option in the configuration reference.

+
+
+
+ @@ -5478,6 +5491,11 @@ slardiere + + Stéphane Schildknecht + saspg + + Stephen Frost sfrost