<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Learn XZ (Lossless Data Compression Tool) in Linux with Examples	</title>
	<atom:link href="https://www.tecmint.com/xz-command-examples-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/xz-command-examples-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 05:53:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Adam W.		</title>
		<link>https://www.tecmint.com/xz-command-examples-in-linux/comment-page-1/#comment-1312791</link>

		<dc:creator><![CDATA[Adam W.]]></dc:creator>
		<pubDate>Mon, 20 Jan 2020 10:27:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28620#comment-1312791</guid>

					<description><![CDATA[Hi,

It can be added that &lt;strong&gt;xz&lt;/strong&gt; has a lot of useful options, which we can adjust the compression to the capabilities of the equipment (on which we work) while maintaining the maximum possible efficiency and speed of compression. 

For example, you can set the compression level, the amount of maximum RAM consumption, and the number of processor threads that can be used. An example of such a command is below:
&lt;pre&gt;
# xz -k -8e -M 7000MB -T 8 -v files-or-dirs-to-compress.tar
&lt;/pre&gt;
where:
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;-k&lt;/code&gt; - compress&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-8e&lt;/code&gt; - compression level&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-M&lt;/code&gt; - RAM usage limit (in GB)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-T&lt;/code&gt; - number of processor threads used&lt;/li&gt;
&lt;/ul&gt;
More info about the possibilities of optimizing the use of &lt;strong&gt;xz&lt;/strong&gt; in &lt;code&gt;man xz&lt;/code&gt;.

Regards

Adam W.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>It can be added that <strong>xz</strong> has a lot of useful options, which we can adjust the compression to the capabilities of the equipment (on which we work) while maintaining the maximum possible efficiency and speed of compression. </p>
<p>For example, you can set the compression level, the amount of maximum RAM consumption, and the number of processor threads that can be used. An example of such a command is below:</p>
<pre>
# xz -k -8e -M 7000MB -T 8 -v files-or-dirs-to-compress.tar
</pre>
<p>where:</p>
<ul>
<li><code>-k</code> &#8211; compress</li>
<li><code>-8e</code> &#8211; compression level</li>
<li><code>-M</code> &#8211; RAM usage limit (in GB)</li>
<li><code>-T</code> &#8211; number of processor threads used</li>
</ul>
<p>More info about the possibilities of optimizing the use of <strong>xz</strong> in <code>man xz</code>.</p>
<p>Regards</p>
<p>Adam W.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
