<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cgroups on Linux Café</title>
    <link>https://mrtomlinux.org/tags/cgroups/</link>
    <description>Recent content in Cgroups on Linux Café</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 26 Jun 2026 11:13:38 +0200</lastBuildDate>
    <atom:link href="https://mrtomlinux.org/tags/cgroups/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Taming Resource-Intensive Desktop Apps with cgroups on Linux</title>
      <link>https://mrtomlinux.org/post/2026-06-26-taming-resource-intensive-desktop-apps-with-c/</link>
      <pubDate>Fri, 26 Jun 2026 11:13:38 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-06-26-taming-resource-intensive-desktop-apps-with-c/</guid>
      <description>&lt;h2 id=&#34;introduction-to-cgroups&#34;&gt;Introduction to cgroups&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve found that managing resources on Linux systems can be a real challenge, especially when dealing with resource-intensive desktop apps. That&amp;rsquo;s where cgroups come in - a powerful tool that allows you to allocate and manage system resources such as CPU, memory, and I/O for a group of processes. In my experience, cgroups can be a game-changer for keeping your system running smoothly.&lt;/p&gt;&#xA;&lt;h2 id=&#34;creating-a-cgroup&#34;&gt;Creating a cgroup&lt;/h2&gt;&#xA;&lt;p&gt;To get started with cgroups, you&amp;rsquo;ll need to create a new group using the &lt;code&gt;cgcreate&lt;/code&gt; command. This command not only creates the group but also specifies the subsystems that will be controlled. For example, to create a cgroup that controls CPU and memory usage, you can use the following command:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Taming System Load Spikes with nice, ionice, and cgroups on a Home Server</title>
      <link>https://mrtomlinux.org/post/2026-05-22-taming-system-load-spikes-with-nice-ionice-an/</link>
      <pubDate>Fri, 22 May 2026 10:06:37 +0200</pubDate>
      <guid>https://mrtomlinux.org/post/2026-05-22-taming-system-load-spikes-with-nice-ionice-an/</guid>
      <description>&lt;h2 id=&#34;introduction-to-system-load-spikes&#34;&gt;Introduction to System Load Spikes&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve had my fair share of system load spikes on my home server over the years. These spikes can be caused by resource-intensive applications, misconfigured services, or even malware. I recall one particularly nasty spike that brought my server to its knees - it was a real wake-up call. Since then, I&amp;rsquo;ve been exploring ways to manage system load on my Linux home server. In this article, I&amp;rsquo;ll share my experiences with using &lt;code&gt;nice&lt;/code&gt;, &lt;code&gt;ionice&lt;/code&gt;, and &lt;code&gt;cgroups&lt;/code&gt; to tame these spikes.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
