1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-07 00:35:37 +02:00

Update the archive-push-queue-max, manifest-save-threshold, and buffer-size options to accept values in KB, MB, GB, TB, or PB where the multiplier is a power of 1024.

Contributed by Cynthia Shang.
This commit is contained in:
Cynthia Shang
2018-04-25 15:46:05 -04:00
committed by David Steele
parent 8eabc52f3b
commit 721432f6ae
13 changed files with 264 additions and 35 deletions

View File

@ -220,7 +220,10 @@ testRun()
"\n"
"Set the buffer size used for copy, compress, and uncompress functions. A\n"
"maximum of 3 buffers will be in use at a time per process. An additional\n"
"maximum of 256K per process may be used for zlib buffers.\n",
"maximum of 256K per process may be used for zlib buffers.\n"
"\n"
"Size can be entered in bytes (default) or KB, MB, GB, TB, or PB where the\n"
"multiplier is a power of 1024.\n",
helpVersion));
argList = strLstNew();