<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: eddie3k</title>
    <description>The latest articles on DEV Community by eddie3k (@eddie3k).</description>
    <link>https://dev.to/eddie3k</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4108615%2Fd5edce7f-b38c-4254-a590-c200b7911c80.png</url>
      <title>DEV Community: eddie3k</title>
      <link>https://dev.to/eddie3k</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eddie3k"/>
    <language>en</language>
    <item>
      <title>I benchmarked 17 Electron apps on an 8GB Mac (and built an alternative that uses 2.2GB RAM)</title>
      <dc:creator>eddie3k</dc:creator>
      <pubDate>Thu, 03 Sep 2026 19:06:17 +0000</pubDate>
      <link>https://dev.to/eddie3k/i-benchmarked-17-electron-apps-on-an-8gb-mac-and-built-an-alternative-that-uses-22gb-ram-mnm</link>
      <guid>https://dev.to/eddie3k/i-benchmarked-17-electron-apps-on-an-8gb-mac-and-built-an-alternative-that-uses-22gb-ram-mnm</guid>
      <description>&lt;p&gt;Like many developers, I work on an 8GB Mac (2019 MacBook Pro). If you keep Slack, Teams, Outlook, Spotify, and Notion open, Activity Monitor quickly climbs past 10GB and swap memory thrashes your machine.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;Rammax&lt;/strong&gt; (&lt;a href="https://rammax.vercel.app" rel="noopener noreferrer"&gt;https://rammax.vercel.app&lt;/a&gt;) to fix this by sharing a single native Apple WebKit process pool instead of running 17 separate Chromium browser runtimes.&lt;/p&gt;

&lt;h3&gt;
  
  
  📊 Real Benchmark on 8GB Hardware:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;17 Standalone Electron apps: 12.80 GB (impossible on 8GB without freezing)&lt;/li&gt;
&lt;li&gt;Rammax (Native WebKit): 2.24 GB&lt;/li&gt;
&lt;li&gt;Physical RAM saved: 10.26 GB (82.1% reduction)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Install in 1 line:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://rammax.vercel.app/install.sh

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>xamarin</category>
    </item>
  </channel>
</rss>
