diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-22 11:29:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-22 11:29:50 +0300 |
commit | b0063023f8adb06ea735ec4af5c6f5b7bdb8e84d (patch) | |
tree | 7a875e927ad12b63bba7e3f56d3240ab7e691734 /tests/bcj_test.c | |
parent | Support special value "max" where xz and xzdec accept an integer. (diff) | |
download | xz-b0063023f8adb06ea735ec4af5c6f5b7bdb8e84d.tar.xz |
Make the default memory usage limit 40 % of RAM for both
compressing and decompressing. This should be OK now that
xz automatically scales down the compression settings if
they would exceed the memory usage limit (earlier, the limit
for compression was increased to 90 % because low limit broke
scripts that used "xz -9" on systems with low RAM).
Support spcifying the memory usage limit as a percentage
of RAM (e.g. --memory=50%).
Support --threads=0 to reset the thread limit to the default
value (number of available CPU cores). Use UINT32_MAX instead
of SIZE_MAX as the maximum in args.c. hardware.c was already
expecting uint32_t value.
Cleaned up the output of --help and --long-help.
Diffstat (limited to 'tests/bcj_test.c')
0 files changed, 0 insertions, 0 deletions