You've already forked pgbackrest
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:
committed by
David Steele
parent
8eabc52f3b
commit
721432f6ae
@ -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();
|
||||
|
Reference in New Issue
Block a user