<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Resource-Management on Linux Café</title>
    <link>https://mrtomlinux.org/tags/resource-management/</link>
    <description>Recent content in Resource-Management on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 30 Jun 2026 09:03:01 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/resource-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming Resource-Hungry Background Tasks with nice and ionice</title>
      <link>https://mrtomlinux.org/post/2026-06-30-taming-resource-hungry-background-tasks-with-/</link>
      <pubDate>Tue, 30 Jun 2026 09:03:01 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-06-30-taming-resource-hungry-background-tasks-with-/</guid>
      <description>&lt;h2 id=&#34;introduction-to-resource-management&#34;&gt;Introduction to Resource Management&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve seen this go wrong when you&amp;rsquo;ve got a bunch of background tasks running on your Linux machine, whether it&amp;rsquo;s a homelab, self-hosting services, or just your everyday desktop. If you don&amp;rsquo;t manage these tasks, they can consume way too many resources. That&amp;rsquo;s where &lt;code&gt;nice&lt;/code&gt; and &lt;code&gt;ionice&lt;/code&gt; come in - they&amp;rsquo;re essential tools for taming those resource-hungry background tasks.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-nice-and-ionice&#34;&gt;Understanding nice and ionice&lt;/h2&gt;&#xA;&lt;p&gt;The real trick is understanding how &lt;code&gt;nice&lt;/code&gt; and &lt;code&gt;ionice&lt;/code&gt; work. &lt;code&gt;nice&lt;/code&gt; adjusts the scheduling priority of a process, which is useful when you want to control how much CPU time a process gets. By default, Linux uses a dynamic priority scheduling algorithm, but &lt;code&gt;nice&lt;/code&gt; lets you override this and set a manual priority. The &lt;code&gt;nice&lt;/code&gt; value ranges from -20 (highest priority) to 19 (lowest priority).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
