February 2027 is the date Android developers should be writing down. That’s when Google starts enforcing per-app memory limits on the Play Store, and when an app that eats too much RAM stops being a performance problem and starts being a distribution problem.
Google published a memo yesterday spelling out the Play Store’s role in enforcing new memory-usage restrictions. The stated goal is to help developers “to help developers navigate industry-wide hardware constraints and Android’s broader memory limits.” The unstated goal is that the RAM shortage that’s been squeezing hardware has come for software.
The penalty isn’t just a slow app
Blowing past the limit gets you throttled first. “If your app exceeds these limits, it will be slowed down and may be terminated,” Google said.
That part is ordinary. The next part isn’t.
“Apps and games that do not meet these thresholds may see reduced app visibility and publishing capabilities on Google Play,” the post said. “Additional details will be provided later this year.”
Read that twice. Reduced visibility on Play is the closest thing Google has to a death sentence for an app, and it’s now attached to a technical metric most developers have never had to treat as a hard ceiling. Google hasn’t said what the thresholds are in detail, which is the uncomfortable part of the announcement. The consequence is specific. The bar isn’t, yet.
This started on Pixels, and the RAM math is telling
The memory limitations arrived with Android 17, showing up first on Pixel phones. Worth noting alongside that: the base configurations of the Pixel 11 Pro and 11 Pro XL ship with less RAM than last year’s models. Hard to call that a coincidence when the software constraint and the hardware cut land in the same generation.
Now it spreads. “Over the coming year, an increasing number of manufacturers will leverage the Android per-app memory limits across their portfolio of device RAM configurations from 4GB to 16GB+ devices,” Google said.
That 4GB to 16GB+ span is the real engineering headache. A developer targeting a 16GB flagship and a 4GB budget phone under the same policy isn’t tuning one memory budget, they’re tuning for a range where the floor and the ceiling are four times apart.
Who this actually hurts
Games. Anything with a heavy render pipeline, large texture sets or an embedded browser view. Those are the apps that have historically treated available RAM as a resource to fill rather than a budget to respect, because Android let them.
The 15-month runway to February 2027 is a real one, and it’s more warning than Google usually gives before a Play policy bites. But shrinking an app’s memory footprint isn’t a config flag. It’s asset pipelines, caching strategy and sometimes architecture.
What to do before the deadline
If you ship an Android app, profile it now against a 4GB device rather than whatever’s in your pocket. That’s the configuration where the new limits will bind hardest, and it’s the one most likely to surface a problem you can still fix cheaply.
And watch for the threshold numbers Google said are coming later this year. Until those land, nobody outside Google knows exactly how much headroom they’ve got.