Google forces Android apps to use memory more wisely as RAMpocalypse rages
- ID
- 18792
- Status
- summarized
- Published
- 28 Aug 2026, 3:07 AM
- Fetched
- 28 Aug 2026, 5:02 AM
- Provider
- The Register
- Category
- technology
- Original URL
- https://www.theregister.com/software/2026/08/27/google-forces-android-apps-to-use-memory-more-wisely-as-rampocalypse-rages/5293071
- Source URL
- https://www.theregister.com/headlines.atom
Summary
- Score
- 6.5
- Created
- 28 Aug 2026, 6:10 AM
- Tags
- Audience
- developersvibe_coders
What happened
Google will enforce memory performance thresholds on Android apps distributed via Google Play, with bad behavior and DEX code optimization limits taking effect February 2027 and zero-tap credential restoration required by April 2027. For 8GB devices, apps are capped at 2.25GB foreground, 1.5GB user-perceived services, and 1.5GB background; devices over 16GB are mostly exempt. Bitmap memory is capped at 200MB for user-perceived and background services and 400MB cached across all devices.
Why it matters
If you ship an Android app on Play, you need to audit memory usage against these specific thresholds now, not in 2027 — especially bitmap handling and background services, which have hard caps regardless of device RAM. Malaysian startups and indie devs targeting budget phones (the majority of the local market) should prioritize this since low-RAM devices are where the limits bite hardest.
Discussion angle
How to profile and reduce Android app memory footprint ahead of the 2027 Play Store thresholds — practical tooling like Android Studio Memory Profiler, and whether on-device AI features are making the problem worse.