diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-03-07 13:34:34 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-03-07 13:34:34 +0200 |
commit | 9886d436ff5615fc70eef32ff757b1e934069621 (patch) | |
tree | b89e854fb8f12790e8a71e5d796c321cb7465bf2 /INSTALL | |
parent | Increase the default memory usage limit on "low-memory" systems. (diff) | |
download | xz-9886d436ff5615fc70eef32ff757b1e934069621.tar.xz |
Change the default of --enable-assume-ram from 32 to 128 MiB.
This is to allow files created with "xz -9" to be decompressed
if the amount of RAM cannot be determined.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -245,9 +245,8 @@ XZ Utils Installation On some systems, there is no code to detect the amount of RAM though. Using --enable-assume-ram one can set how much memory to assume on these systems. SIZE is given as MiB. - The default is 32 MiB, which is probably too low for most - systems, but it is enough to allow decompressing .xz files - created with the default settings. + The default is 128 MiB, which allows decompressing files + created with "xz -9". Feel free to send patches to add support for detecting the amount of RAM on the operating system you use. See |