<?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: Krunal Bhalala</title>
    <description>The latest articles on DEV Community by Krunal Bhalala (@kdbhalala).</description>
    <link>https://dev.to/kdbhalala</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%2F4130291%2Fd6e7db02-a502-4aa4-95e4-4f0d5fdeadae.png</url>
      <title>DEV Community: Krunal Bhalala</title>
      <link>https://dev.to/kdbhalala</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kdbhalala"/>
    <language>en</language>
    <item>
      <title>My Android Emulator Was Eating 8 GB of RAM</title>
      <dc:creator>Krunal Bhalala</dc:creator>
      <pubDate>Thu, 17 Sep 2026 17:19:30 +0000</pubDate>
      <link>https://dev.to/kdbhalala/my-android-emulator-was-eating-8-gb-of-ram-2gki</link>
      <guid>https://dev.to/kdbhalala/my-android-emulator-was-eating-8-gb-of-ram-2gki</guid>
      <description>&lt;p&gt;I was working on a mobile app and noticed my Android emulator was regularly eating 7–8 GB of RAM on my Mac.&lt;/p&gt;

&lt;p&gt;On a 16 GB machine, that gets painful pretty quickly.&lt;/p&gt;

&lt;p&gt;So I started experimenting with ADB and the emulator configuration to see what I could safely remove or disable.&lt;/p&gt;

&lt;p&gt;That turned into AVDSlim.&lt;/p&gt;

&lt;p&gt;The result on my setup:&lt;/p&gt;

&lt;p&gt;~8 GB RAM → ~1.5 GB&lt;/p&gt;

&lt;p&gt;Startup time also dropped to around 1.5 seconds.&lt;/p&gt;

&lt;p&gt;AVDSlim automates the tweaks instead of making you run a bunch of ADB commands manually. It also supports snapshots, benchmarking and headless/CI usage.&lt;/p&gt;

&lt;p&gt;I’ve tested Firebase Auth, Google Sign-In, FCM and Maps successfully, although I’m sure there are edge cases I haven’t found yet.&lt;/p&gt;

&lt;p&gt;It’s open source and MIT licensed.&lt;/p&gt;

&lt;p&gt;🔗 GitHub: &lt;a href="https://github.com/kdbhalala/avdslim" rel="noopener noreferrer"&gt;https://github.com/kdbhalala/avdslim&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you use Android emulators, I’d love to know:&lt;/p&gt;

&lt;p&gt;How much RAM does yours use?&lt;/p&gt;

</description>
      <category>mobile</category>
      <category>android</category>
      <category>emulator</category>
      <category>flutter</category>
    </item>
  </channel>
</rss>
