<?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>Sun, 07 Jun 2026 10:37:27 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/resource_management/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-06-07-taming-resource-intensive-background-jobs-wit/</link>
      <pubDate>Sun, 07 Jun 2026 10:37:27 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-06-07-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;I&amp;rsquo;ve seen this go wrong when you&amp;rsquo;ve got a bunch of resource-intensive tasks running in the background, slowing down your entire system. In my experience, using &lt;code&gt;nice&lt;/code&gt; and &lt;code&gt;ionice&lt;/code&gt; can be a game-changer. These two commands let you control the priority of processes and disk I/O, which is especially useful for homelab servers or small machines.&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 all about setting the priority of a process. By default, Linux gives every process a nice value of 0. You can adjust this using the &lt;code&gt;nice&lt;/code&gt; command, where negative values mean higher priority and positive values mean lower priority. For example, if you&amp;rsquo;ve got a command that&amp;rsquo;s hogging all your resources, you can run it with a lower priority like this:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
