<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6426&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Extracting a .zip file absolutely destroys my CPU.]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6426</link>
		<description><![CDATA[The most recent posts in Extracting a .zip file absolutely destroys my CPU..]]></description>
		<lastBuildDate>Sun, 18 Feb 2024 16:59:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48288#p48288</link>
			<description><![CDATA[<p>Small issue, I&#039;m on a recently cleaned Thinkpad T480 so..<br />I have no idea what&#039;s going on</p>]]></description>
			<author><![CDATA[dummy@example.com (DavidRLTG)]]></author>
			<pubDate>Sun, 18 Feb 2024 16:59:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48288#p48288</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48287#p48287</link>
			<description><![CDATA[<p>Could the system be overheating? Check for dust etc in the CPU cooler, vents, etc. Going over the system with a vacuum cleaner can make quite a difference. As can removing obstructions to air flow etc.</p><p>You could run <span class="bbc">watch sensors</span> in one window to see how hot the system is getting.</p><p>Or <span class="bbc">free -mt</span> or <span class="bbc">vmstat</span> to see how much paging it&#039;s doing.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 18 Feb 2024 16:58:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48287#p48287</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48278#p48278</link>
			<description><![CDATA[<p>I once had a problem with writing an image whose size exceeded the size of RAM using the dd command while simultaneously turning on tmp in memory. The recording just froze. When I turned off tmp, the problem disappeared. <br />Then, with newer kernels, such errors did not occur.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 18 Feb 2024 10:12:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48278#p48278</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48277#p48277</link>
			<description><![CDATA[<p>Maybe the answer lies in one of these - <a href="https://duckduckgo.com/?t=ftsa&amp;q=extracting+7z+archive+on+linux&amp;ia=web" rel="nofollow">https://duckduckgo.com/?t=ftsa&amp;q=extrac … nux&amp;ia=web</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Sun, 18 Feb 2024 09:49:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48277#p48277</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48275#p48275</link>
			<description><![CDATA[<p>Not sure if this will help.<br />Look at the memory usage when extracting a file from an archive.<br />The only time I saw 16GB fully used on my computer was when copying a 30GB file, Linux was using memory for the buffer.</p>]]></description>
			<author><![CDATA[dummy@example.com (aluma)]]></author>
			<pubDate>Sun, 18 Feb 2024 08:53:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48275#p48275</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48274#p48274</link>
			<description><![CDATA[<p>In a terminal: Both commands will extract the archive&#039;s content in the current directory</p><div class="codebox"><pre><code>$ 7z /path/to/arch.zip 
$ unzip /path/to/arch.zip</code></pre></div><p>Multitasking in compression is a trick that <span class="bbc">zst</span> does.<br />I don&#039;t use it very often, since the command-line switches and defaults are sick, but (de-)compression works nicely.</p>]]></description>
			<author><![CDATA[dummy@example.com (delgado)]]></author>
			<pubDate>Sun, 18 Feb 2024 08:23:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48274#p48274</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48271#p48271</link>
			<description><![CDATA[<p>Not sure I need that,<br />I have auto-cpufreq installed, haha</p>]]></description>
			<author><![CDATA[dummy@example.com (DavidRLTG)]]></author>
			<pubDate>Sun, 18 Feb 2024 00:18:58 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48271#p48271</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48267#p48267</link>
			<description><![CDATA[<p>What I would do is install cpufrequtils (dep libcpufreq0,) tiny program.<br />And run, cpufreq-set -u 800000<br />Take a look at, cpufreq-info<br />I done the simples config files /etc/default/cpufrequtils|loadcpufreq and have it at 80% all the time.<br />Very on the fly handy is, cpufreq-set -u<br />Not difficult to destroy cpu, memory, storage</p>]]></description>
			<author><![CDATA[dummy@example.com (bilhook)]]></author>
			<pubDate>Sat, 17 Feb 2024 21:51:42 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48267#p48267</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48265#p48265</link>
			<description><![CDATA[<p>I used xarchiver and file-roller<br />They both started p7zip trying to extract the file, and the issue came in.</p>]]></description>
			<author><![CDATA[dummy@example.com (DavidRLTG)]]></author>
			<pubDate>Sat, 17 Feb 2024 21:32:23 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48265#p48265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48264#p48264</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>DavidRLTG wrote:&#160; have a ~25GB archive I want to extract.<br />I start extracting it,<br />The PC fans start going crazy</p></div></blockquote></div><p>Don&#039;t know all the in and outs of file compression. I have had some strange phenomena as well. Often compression is easier to compile than extract. That is a large file, even for a zip or tar. Have you tried another archive manager, they are not created equal. I use both Engrampa and file-roller. </p><p>I have gotten away from extremely large packages other than an iso. Easier to transfer smaller portions from one location to another.&#160; I&#039;m sure you will get other help, feedback, and support. Surely there are other techniques to do what you are attempting.</p><p>zephyr</p>]]></description>
			<author><![CDATA[dummy@example.com (zephyr)]]></author>
			<pubDate>Sat, 17 Feb 2024 21:30:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48264#p48264</guid>
		</item>
		<item>
			<title><![CDATA[Extracting a .zip file absolutely destroys my CPU.]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=48263#p48263</link>
			<description><![CDATA[<p>Salutations! <br />Issue is simple.<br />I have a ~25GB archive I want to extract.<br />I start extracting it,<br />The PC fans start going crazy<br />The computer starts breaking down and freezing and stuttering everywhere<br />Despite me having an i5 8th gen, and 16 GB RAM DDR4<br />So, I go check htop<br />and p7zip is using 100% of ONLY ONE CPU Core to extract the zip<br />I have no idea what to do. Any ideas?<br />Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (DavidRLTG)]]></author>
			<pubDate>Sat, 17 Feb 2024 20:59:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=48263#p48263</guid>
		</item>
	</channel>
</rss>
