<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Zram on marktaguiad.dev</title>
    <link>https://marktaguiad.dev/tags/zram/</link>
    <description>Recent content in Zram on marktaguiad.dev</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>marktaguiad@marktaguiad.dev (Mark Taguiad)</managingEditor>
    <webMaster>marktaguiad@marktaguiad.dev (Mark Taguiad)</webMaster>
    <copyright>marktaguiad.dev</copyright>
    <lastBuildDate>Fri, 27 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://marktaguiad.dev/tags/zram/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Making my Edge Linux Server Faster with ZRAM</title>
      <link>https://marktaguiad.dev/post/zram/</link>
      <pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate><author>marktaguiad@marktaguiad.dev (Mark Taguiad)</author>
      <guid>https://marktaguiad.dev/post/zram/</guid>
      <description>&lt;p&gt;ZRAM is a compressed block device that lives in RAM. It allows the system to store data in memory in a compressed form instead of pushing it to disk swap.&lt;/p&gt;&#xA;&lt;p&gt;In simple terms:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;It acts like swap&lt;/li&gt;&#xA;&lt;li&gt;But stays in RAM&lt;/li&gt;&#xA;&lt;li&gt;And compresses data to fit more&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This means faster access times and less reliance on slow disk I/O.&lt;/p&gt;&#xA;&lt;h1 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h1&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ol&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#the-problem&#34;&gt;The Problem&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#setup&#34;&gt;Setup&lt;/a&gt;&#xA;      &lt;ol&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#install&#34;&gt;Install&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#configuration&#34;&gt;Configuration&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#verify&#34;&gt;Verify&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#swappiness&#34;&gt;Swappiness&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ol&gt;&#xA;    &lt;/li&gt;&#xA;  &lt;/ol&gt;&#xA;&lt;/nav&gt;&#xA;&lt;h3 id=&#34;the-problem&#34;&gt;The Problem&lt;/h3&gt;&#xA;&lt;p&gt;I&amp;rsquo;m running my docker &lt;a href=&#34;https://github.com/mcbtaguiad/mailmoto/tree/main&#34;&gt;mail&lt;/a&gt; stack and Pangolin Reverse Proxy, this eats up RAM when a high volume of email hits the server and the RSPAM evaluate the email sents. And also from traffic forwarded by my local servers going to the Pangolin Reverse Proxy - an upgrade would be the absolute fix but ZRAM would slightly help with the RAM shortage.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
