Browsing English (United Kingdom) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and English (United Kingdom) guidelines.
3342 of 662 results
33.
Memory usage
type: SS
Memory usage
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:208
34.
The memory usage of B<xz> varies from a few hundred kilobytes to several gigabytes depending on the compression settings. The settings used when compressing a file determine the memory requirements of the decompressor. Typically the decompressor needs 5\ % to 20\ % of the amount of memory that the compressor needed when creating the file. For example, decompressing a file created with B<xz -9> currently requires 65\ MiB of memory. Still, it is possible to have B<.xz> files that require several gigabytes of memory to decompress.
type: Plain text
The memory usage of B<xz> varies from a few hundred kilobytes to several gigabytes depending on the compression settings. The settings used when compressing a file determine the memory requirements of the decompressor. Typically the decompressor needs 5\ % to 20\ % of the amount of memory that the compressor needed when creating the file. For example, decompressing a file created with B<xz -9> currently requires 65\ MiB of memory. Still, it is possible to have B<.xz> files that require several gigabytes of memory to decompress.
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:224
35.
Especially users of older systems may find the possibility of very large memory usage annoying. To prevent uncomfortable surprises, B<xz> has a built-in memory usage limiter, which is disabled by default. While some operating systems provide ways to limit the memory usage of processes, relying on it wasn't deemed to be flexible enough (for example, using B<ulimit>(1) to limit virtual memory tends to cripple B<mmap>(2)).
type: Plain text
Especially users of older systems may find the possibility of very large memory usage annoying. To prevent uncomfortable surprises, B<xz> has a built-in memory usage limiter, which is disabled by default. While some operating systems provide ways to limit the memory usage of processes, relying on it wasn't deemed to be flexible enough (for example, using B<ulimit>(1) to limit virtual memory tends to cripple B<mmap>(2)).
Translated and reviewed by Andi Chandler
Located in ../src/xz/xz.1:236
36.
The memory usage limiter can be enabled with the command line option B<--memlimit=>I<limit>. Often it is more convenient to enable the limiter by default by setting the environment variable B<XZ_DEFAULTS>, for example, B<XZ_DEFAULTS=--memlimit=150MiB>. It is possible to set the limits separately for compression and decompression by using B<--memlimit-compress=>I<limit> and B<--memlimit-decompress=>I<limit>. Using these two options outside B<XZ_DEFAULTS> is rarely useful because a single run of B<xz> cannot do both compression and decompression and B<--memlimit=>I<limit> (or B<-M> I<limit>) is shorter to type on the command line.
type: Plain text
(no translation yet)
Located in ../src/xz/xz.1:258
37.
If the specified memory usage limit is exceeded when decompressing, B<xz> will display an error and decompressing the file will fail. If the limit is exceeded when compressing, B<xz> will try to scale the settings down so that the limit is no longer exceeded (except when using B<--format=raw> or B<--no-adjust>). This way the operation won't fail unless the limit is very small. The scaling of the settings is done in steps that don't match the compression level presets, for example, if the limit is only slightly less than the amount required for B<xz -9>, the settings will be scaled down only a little, not all the way down to B<xz -8>.
type: Plain text
(no translation yet)
Located in ../src/xz/xz.1:277
38.
Concatenation and padding with .xz files
type: SS
Concatenation and padding with .xz files
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:278
39.
It is possible to concatenate B<.xz> files as is. B<xz> will decompress such files as if they were a single B<.xz> file.
type: Plain text
It is possible to concatenate B<.xz> files as is. B<xz> will decompress such files as if they were a single B<.xz> file.
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:286
40.
It is possible to insert padding between the concatenated parts or after the last part. The padding must consist of null bytes and the size of the padding must be a multiple of four bytes. This can be useful, for example, if the B<.xz> file is stored on a medium that measures file sizes in 512-byte blocks.
type: Plain text
(no translation yet)
Located in ../src/xz/xz.1:295
41.
Concatenation and padding are not allowed with B<.lzma> files or raw streams.
type: Plain text
Concatenation and padding are not allowed with B<.lzma> files or raw streams.
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:299
42.
OPTIONS
type: SH
OPTIONS
Translated and reviewed by Stephan Woidowski
Located in ../src/xz/xz.1:300 ../src/xzdec/xzdec.1:61
3342 of 662 results

This translation is managed by Ubuntu English (United Kingdom) Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andi Chandler, Anthony Harrington, Stephan Woidowski.