mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Updated INSTALL.
This commit is contained in:
parent
0b5f07fe37
commit
8dad2fd693
1 changed files with 4 additions and 3 deletions
7
INSTALL
7
INSTALL
|
@ -235,13 +235,14 @@ XZ Utils Installation
|
||||||
--enable-assume-ram=SIZE
|
--enable-assume-ram=SIZE
|
||||||
On the most common operating systems, XZ Utils is able to
|
On the most common operating systems, XZ Utils is able to
|
||||||
detect the amount of physical memory on the system. This
|
detect the amount of physical memory on the system. This
|
||||||
information is used to set the default memory usage limit.
|
information is used by the options --memlimit-compress,
|
||||||
|
--memlimit-decompress, and --memlimit when setting the
|
||||||
|
limit to a percentage of total RAM.
|
||||||
|
|
||||||
On some systems, there is no code to detect the amount of
|
On some systems, there is no code to detect the amount of
|
||||||
RAM though. Using --enable-assume-ram one can set how much
|
RAM though. Using --enable-assume-ram one can set how much
|
||||||
memory to assume on these systems. SIZE is given as MiB.
|
memory to assume on these systems. SIZE is given as MiB.
|
||||||
The default is 128 MiB, which allows decompressing files
|
The default is 128 MiB.
|
||||||
created with "xz -9".
|
|
||||||
|
|
||||||
Feel free to send patches to add support for detecting
|
Feel free to send patches to add support for detecting
|
||||||
the amount of RAM on the operating system you use. See
|
the amount of RAM on the operating system you use. See
|
||||||
|
|
Loading…
Reference in a new issue