<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Performance on Linux Café</title>
    <link>https://mrtomlinux.org/tags/performance/</link>
    <description>Recent content in Performance on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 31 May 2026 08:28:12 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/performance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming Resource-Intensive Background Jobs with nice and ionice</title>
      <link>https://mrtomlinux.org/post/2026-05-31-taming-resource-intensive-background-jobs-wit/</link>
      <pubDate>Sun, 31 May 2026 08:28:12 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-05-31-taming-resource-intensive-background-jobs-wit/</guid>
      <description>&lt;h2 id=&#34;introduction-to-resource-management&#34;&gt;Introduction to Resource Management&lt;/h2&gt;&#xA;&lt;p&gt;As someone who&amp;rsquo;s spent years running Linux systems, I&amp;rsquo;ve learned that managing background jobs is crucial for maintaining system performance. Whether you&amp;rsquo;re running a homelab, self-hosting services, or just using your Linux machine for everyday tasks, it&amp;rsquo;s essential to keep resource-intensive jobs in check. In this article, I&amp;rsquo;ll dive into how to use &lt;code&gt;nice&lt;/code&gt; and &lt;code&gt;ionice&lt;/code&gt; to tame these jobs and keep your system responsive.&lt;/p&gt;&#xA;&lt;h2 id=&#34;understanding-nice&#34;&gt;Understanding nice&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;code&gt;nice&lt;/code&gt; command is a simple way to set the priority of a process. By default, Linux gives all processes a nice value of 0, which is normal priority. You can adjust this value using the &lt;code&gt;nice&lt;/code&gt; command, with values ranging from -20 (highest priority) to 19 (lowest priority). To use &lt;code&gt;nice&lt;/code&gt;, just prefix your command with the &lt;code&gt;nice&lt;/code&gt; command and the desired nice value. For example:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
