logo
What really happens when your phone runs out of RAM?

What really happens when your phone runs out of RAM?

Robert Triggs / Android Authority
These days, high-end smartphones and even more affordable models ship with about as much RAM as a modern mid-range PC. And why shouldn't they? We use our phones for various tasks, from flicking through countless apps to playing the latest high-end games. They all need RAM, and increasingly more of it, especially when it comes to chatting with a large language model or using AI to spruce up our media.
Can your phone even run out of RAM these days? It sounds unlikely, but I put it to the test.
Do you use your phone's RAM management features?
0 votes
Yes
NaN %
No
NaN %
I didn't know it had any
NaN %
It doesn't have any
NaN %
In theory, it is possible to run out of RAM; if you throw enough sufficiently large applications at your OS all at once, it's technically possible to hit that limit. But what happens in those instances? Well, logic says those apps would be forced to close, they could hang, or the entire OS could become unresponsive. But that's very unlikely to happen, and I tested this out to prove it.
How Android takes care of your RAM
Robert Triggs / Android Authority
To keep Android running smoothly and responsive, the OS has a couple of tricks before it starts killing apps you might want to get back to quickly.
The first is compressing apps already in RAM using zRAM. zRAM is basically a compressed block of data that lives inside your RAM. It grows and shrinks dynamically, compressing memory pages to save space and decompressing them when needed. App memory that isn't needed is seamlessly pushed and pulled to zRAM even before your phone starts running low on memory.
All Android devices use zRAM, with OEMs able to tune how large this compressed pool can grow to balance performance and responsiveness. The catch is that zRAM still uses real RAM, so compressing lots of stuff doesn't always free as much memory as you might expect.
zRAM compression is Android's chief tool to keep apps alive for when you need them.
If zRAM fills up, Android tries a couple more things: the kernel's swap process (kswapd) will try to flush out memory that can be reloaded from storage, as this can be quickly recalled when required. Failing that, it can kick additional pages out of zRAM or, if available, push memory to a swap file on your phone's storage.
However, the use of physical swap storage isn't part of stock Android. Custom ROMs and some OEM 'virtual RAM' implementations have dabbled in swap file use, but this is the exception and not the rule. If all that is exhausted, idle applications are ended to make room for active processes. However, exactly how phones handle this process varies by device manufacturer.
Samsung RAM Plus vs Xiaomi Memory extension
Robert Triggs / Android Authority
I recently had the pleasure of using the Samsung Galaxy S25 Ultra with 12GB RAM on board, which gave me the perfect opportunity to test out how Samsung's RAM Plus management system works in the real world. I also have the Xiaomi 15 Ultra, which boasts 'Memory extension' technology to augment your phone with additional memory.
My first question was: Does RAM Plus rely on traditional zRAM or actual swap space? This is a key distinction, partly because Samsung published a 2023 research paper on an 'Adaptive Swap' idea that leverages both fast zRAM space and slower swap responsiveness to try to obtain the best of both. Samsung's RAM Plus settings menu also states it 'uses your phone's storage space to provide virtual memory,' which certainly hints at swap use, even if it isn't explicitly mentioned.
Every phone uses zRAM and some use swap space too. But not the S25 Ultra.
However, adjusting RAM Plus settings on the Galaxy S25 Ultra shows no changes in flash storage partitions or mention of swap spaces via adb shell commands like /proc/partitions or df -h. This strongly indicates RAM Plus only affects the zRAM target size, not on-storage swap. This doesn't mean no Samsung phones use swap, but the Galaxy S25 Ultra doesn't.
By contrast, adjusting Xiaomi 15 Ultra's 'Memory extension' option sees a decrease of free space in the /data and /storage/emulated directories (which are the same thing, just referenced differently). While I can't track down exactly where this extra storage is being used without root access, the changes on reboot exactly match the amount requested by memory extension. At the same time, the total zRAM pool remains set at 16 GB regardless of the setting.
Robert Triggs / Android Authority
Why have a toggle at all?
Returning to Samsung, changing the RAM Plus setting only adjusts the target amount of compressed swap memory (i.e. how much data the system tries to keep compressed in zRAM) rather than the raw size of the zRAM block device. As more data is compressed, zRAM uses more real RAM, which depends on the compression ratio, which varies with what's being compressed and the algorithm used.
A higher RAM Plus setting (e.g., 8GB) means more apps stay alive in the background, but with potential slowdowns due to extra compression. A lower setting (e.g., 3GB) prioritizes speed at the cost of app retention.
On the S25 Ultra, Samsung doesn't let you go below a 3GB zRAM target, even if you disable RAM Plus, which makes sense with 12GB physical RAM since zRAM probably won't use more than 1GB anyway. However, this might not be the case for all of Samsung's phones, especially budget models that have less RAM.
Samsung RAM Plus lets you optimize RAM use between app retention or extra responsiveness.
But if RAM Plus is just a variation on RAM use, why even bother giving the user control over it in the first place? Well, there's a slight but sometimes tangible difference. In short, the option exists so you can choose whether your device should favor background app retention (bigger zRAM) or just‑in‑time responsiveness (smaller zRAM) — all with a simple slider instead of digging into kernel parameters.
The Xiaomi 15 Ultra has very different behavior; the handset always targets up to 16GB of memory to compress, but the amount stored in zRAM is backed by additional swap space to avoid killing apps in extreme use cases. Unfortunately, I'm unable to track exactly when compressed memory is kicked over to flash storage, but I imagine it'll be only once a set amount of RAM has been taken up. With 16GB of RAM onboard, it'll probably be quite challenging to kick the phone into using swap space. The drawback is that compressing and decompressing from storage is slower than RAM, even with today's fast UFS storage.
What happens when you run out of RAM?
Joe Maring / Android Authority
To see how this all works under pressure, I stress-tested both phones by gradually loading them up with apps and watching what happened to RAM and zRAM usage. Finally, I overloaded the web browser to consume 8GB of RAM. It's worth noting that flash swap and zRAM are considered 'SwapTotal' for Android's RAM management, which means that it's impossible to see precisely when or how much swap space phones like the Xiaomi use (at least not without rooting the phone).
The results are pretty much in line with what you'd expect. Running a few small applications comes nowhere near stressing the Galaxy S25 Ultra's hefty 12GB RAM, and Xiaomi's 16GB doesn't break a sweat. zRAM use is light and flits in and out of real-time compression of some background tasks, but we're talking tens of MB. There's certainly no need for swap space here. While in this state, switching to and from apps is seamless, with no delay and no data loss.
Compression quickly kicks in, ensuring that the OS remains responsive when RAM is tight.
It's only once we have several games and apps running at once that free RAM drops below 4GB and RAM management starts to ramp up. It varies depending on the workload, but zRAM use can hit high MBs and even a GB or more. Even so, games don't have to reload completely, but I was kicked out of one or two active sessions, and web pages had to be refreshed. Still, I experienced nothing approaching a major system slowdown, even with multiple games loaded up. As we've said before, 12GB is absolutely plenty of RAM. Outside of cutting-edge, niche AI workloads, I suppose.
Robert Triggs / Android Authority
Android's default RAM management is very robust, then. I had to artificially bring things to a close with a 4GB web page to force anything approaching a mass culling of applications. Even then, One UI stayed snappy, and so did Xiaomi's HyperOS. However, most larger applications had closed at this point, forcing me to reload them from scratch to start them up again.
It's basically impossible to run out of RAM, as it's managed dynamically.
When you do hit the RAM wall, Android simply starts closing idle apps. And thanks to zRAM (and swap, if used), that wall is far off in most real-world cases. But most importantly, it's almost impossible to approach this point in regular use, thanks to zRAM compression. Phones that use additional swap space fare even better in terms of keeping apps open, but don't feel quite as responsive as zRAM-only implementations. Not that I could notice on the Xiaomi 15 Ultra, but that's probably an indication that 16GB is simply overkill for even a huge number of mobile applications.
One final note: swap doesn't replace zRAM — it complements it. You won't wear down your flash memory constantly writing to physical storage by enabling it; it just adds minor wear over time. What's perhaps a bit more noticeable is that bringing back distant background apps from storage is slightly slower than decompressing from RAM, but at least you don't have to load them up again.
With RAM capacities continuing to rise and Android's memory tricks becoming ever smarter, swap space might never be essential. Still, it can be a helpful tool for budget or AI-heavy devices.

Orange background

Try Our AI Features

Explore what Daily8 AI can do for you:

Comments

No comments yet...

Related Articles

Aqua Tower Water System Explained: Build Your Own Off-Grid Atmospheric Generator for DIY Water Independence (2025)
Aqua Tower Water System Explained: Build Your Own Off-Grid Atmospheric Generator for DIY Water Independence (2025)

Yahoo

time17 minutes ago

  • Yahoo

Aqua Tower Water System Explained: Build Your Own Off-Grid Atmospheric Generator for DIY Water Independence (2025)

This 2025 resilience guide reveals how the Aqua Tower blueprints help individuals harvest water from air using a non-commercial, solar-adaptable atmospheric water generator — fully customizable for off-grid use, emergency prep, and sustainability living. Austin, June 28, 2025 (GLOBE NEWSWIRE) -- What Is the Aqua Tower System? Unlike its namesake, the Aqua Tower system we're discussing here is not a high-rise building. It's a unique DIY educational framework designed to help individuals construct their atmospheric water generator. In a world grappling with droughts, contamination fears, and reliance on aging infrastructure, the Aqua Tower system stands out as a solution that promotes decentralization, self-reliance, and climate resilience. Unlike commercial units that cost thousands of dollars, the Aqua Tower is a set of downloadable blueprints, visual guides, and instructional content. It allows everyday users to construct an off-grid, solar-compatible device that captures humidity from the air, condenses it, and stores it as usable water, all at a fraction of the cost of commercial units. By distinguishing itself from real estate projects and reframing the term "Aqua Tower" within the context of sustainability and preparedness, this system redefines what water autonomy can look like at the individual level. Disambiguation: Not a Condo — A Climate Solution It's worth repeating: the Aqua Tower system is not a residential high-rise, apartment complex, or luxury skyscraper. While the name "Aqua Tower" is also used by Studio Gang for its iconic 82-story mixed-use building in downtown Chicago—known for its undulating balconies, green roof, and vertical community concept—this Aqua Tower has no connection to the architecture or real estate of that building. Despite the confusion caused by the shared name, the Aqua Tower water system is not a real estate project. It's a comprehensive guide for building a personal atmospheric water generator designed to help individuals convert air moisture into clean drinking water. This guide is a valuable resource for those interested in climate resilience, emergency preparedness, and DIY water independence. Searchers looking for an "Aqua Tower water system" or "Aqua Tower off-grid water generator" are not seeking Chicago's skyline but a solution to water scarcity in their home, homestead, or preparedness plan. That's why this long-form guide exists: to clarify and elevate the water system concept in SEO while maintaining total separation from real estate branding. The Aqua Tower generator is not a building—it's a building. While the term "Aqua Tower" may evoke images of real estate listings or high-rise apartments in search results, this educational guide focuses entirely on water independence and environmental resilience. SEO noise around luxury housing has made it harder for legitimate innovations in atmospheric water generation to gain visibility. That's why this guide is framed as a hands-on, public knowledge solution for individuals—not corporations—looking to regain control of their most critical resources. The 2025 Water Crisis: Why DIY Atmospheric Water Is on the Rise In 2025, water scarcity isn't a looming threat — it's a present-day emergency. Lake Mead and Lake Powell continue to recede, aquifers are tapped to exhaustion, and more municipalities are issuing water restrictions. Climate scientists confirm that the U.S. is experiencing a megadrought, the worst in 1,200 years. With failing infrastructure and supply chain disruptions, even city dwellers are seeking ways to safeguard basic needs. Search trends reflect this shift. Google queries for terms like "DIY water generator," "atmospheric water from air," and "off-grid water solution" have more than doubled in the past two years. Citizens are no longer just filtering tap water — they're investigating how to generate it. Interest has expanded beyond prepper communities and into mainstream forums, where homeowners, apartment renters, and even teachers are exploring home-based water harvesting solutions. Within this context, the Aqua Tower guide has gained traction as one of the most accessible, modular, and replicable methods for reclaiming control over water sourcing. It addresses the growing demand for household-level solutions in an era when utilities can no longer be taken for granted. Unlike product-driven solutions, the Aqua Tower focuses on empowerment and resilience, instilling a sense of empowerment and resilience in its users. How the Aqua Tower Works: A Simplicity-First Design The Aqua Tower operates using the basic principle of condensation. By cooling humid air below its dew point, it extracts water vapor and collects it in a storage reservoir. Think of it as the DIY cousin to expensive military-grade air-to-water machines built with affordable, retail-available parts. The instructional materials walk users through a simple architecture: Condensation Unit: Mimics HVAC technology to extract moisture. Collection Basin: Channels water safely into storage. Filtration Stage: Offers flexible options for standard water safety measures (charcoal filters, UV light, etc.). Solar Integration: Optional add-on for users seeking full off-grid capability. This system doesn't rely on proprietary hardware or expensive gadgets. Instead, it's intentionally open-source and adaptable, encouraging users to innovate based on available materials and regional humidity levels. Users can also scale the system to meet their needs, with some creating compact models for apartments and others building full-sized harvesting towers for small homesteads, showcasing the system's adaptability and resourcefulness. Key Features of the Aqua Tower System Modular Design: Built-in layers — users can upgrade over time. Affordability: The total estimated build cost is often under $200. Energy Flexibility: Compatible with both standard outlets and solar panels. Accessibility: Requires no engineering experience; built for laypeople. Transparency: No subscription fees, locked-in filters, or branded parts. Adaptability: Works with locally available materials and variable climate conditions. Skill Building: Encourages users to develop knowledge in physics, airflow, water safety, and sustainable engineering. In addition, the blueprint is designed to accommodate variable climate conditions. While water output will differ based on ambient humidity, even semi-arid zones can yield usable volumes of water, especially overnight, when relative humidity increases. The guide includes charts and data tables to help users estimate water production based on geographic regions and seasonal weather patterns. Who Should Use the Aqua Tower System and Why The Aqua Tower water system appeals to a broad spectrum of users. While it originated from off-grid survivalist thinking, its application has expanded into mainstream households, educational environments, and urban settings. Whether someone is preparing for long-term resilience or exploring sustainable solutions, Aqua Tower meets people where they are. Off-Grid Enthusiasts and Homesteaders: For those living in areas without municipal water infrastructure, Aqua Tower offers a scalable method of water generation that doesn't rely on wells or rain collection. Urban Renters and Apartment Dwellers: Even individuals in multi-unit buildings can use modified, compact versions of the system for balcony or rooftop water harvesting. RV Travelers and Van Lifers: With portable solar power and a sealed reservoir, this water system serves as a practical mobile hydration option. Science Educators and Students: Teachers in STEM programs use Aqua Tower to illustrate environmental science, thermodynamics, and sustainable engineering in action. Emergency Planners: Households preparing for natural disasters, power outages, or water shortages can add Aqua Tower to their readiness plans. In short, anyone who values self-reliance, resource innovation, or independence from clean water sources is a candidate for this system. Who's Using Aqua Tower: Real-World Use Cases Off-Grid Homesteaders: Families in remote areas without access to well drilling or piped utilities are adapting Aqua Tower to generate essential daily water. Urban Preppers: City-based individuals are customizing small units to operate discreetly on fire escapes, rooftops, and even near windows with high indoor humidity. Science Classrooms: Schools from elementary to college level are integrating Aqua Tower into lesson plans focused on climate, conservation, and applied physics. Online Communities: The system is regularly discussed in prepping forums, YouTube build walkthroughs, and Reddit DIY engineering threads. These use cases demonstrate that the system is not only flexible but has also been widely adopted by a diverse group of users with varied lifestyles and needs. Limitations and Honest Expectations Transparency is one of the pillars of the Aqua Tower mission. While the system offers a unique path to water resilience, it is not a one-size-fits-all miracle device. It's essential to understand what it can and cannot do: Humidity Dependence: Atmospheric water generation requires a certain threshold of moisture in the air. In desert environments or at high elevations, water yield may be minimal. The guide includes climate charts and workarounds, but physical limits still apply. Not a Medical Device: Aqua Tower is not a certified purifier. It's a guide to building a harvesting system. Users are responsible for implementing additional safety and filtration layers tailored to their specific water needs and local environmental contaminants. Learning Curve: Although the instructions are beginner-friendly, users should expect to spend a few hours researching, sourcing parts, assembling, and testing their system. Yield Variability: A basic Aqua Tower setup may produce anywhere from half a gallon to five gallons per day, depending on local humidity, airflow, and filtration. This realism helps build trust and attracts responsible users seeking functional tools—not hype or magical solutions. Frequently Asked Questions (FAQ) Q: Is Aqua Tower a product I can buy ready-made? A: No. Aqua Tower is not a manufactured appliance. It is a DIY educational blueprint and instructional resource designed to help you build a system independently. Q: How much water can it actually generate per day? A: Output depends on your local climate. In regions with 50–70% humidity, users have reported yields of 1–5 gallons per day. At night, even arid areas often reach dew point levels that boost collection. Q: Can it replace my entire household water system? A: It's best used to supplement emergency or essential hydration needs. While scaling is possible, Aqua Tower is ideal for drinking, cooking, and storage—not high-volume uses like bathing or laundry. Q: Can I use solar to power it? A: Yes. The guide includes options and configurations for solar integration, allowing users to keep their system running even when the grid goes down. Q: What tools do I need to build it? A: Most setups require a small drill, screwdriver, sealant, and basic airflow components. The guide provides a detailed checklist with sourcing options. Q: How do I filter the water? A: The guide includes several modular options for purification, including carbon filtration, ceramic filters, and UV light setups. You can choose based on your comfort level and local water safety data. Q: Can I run it indoors? A: Technically, yes, but optimal performance occurs in ventilated, outdoor, or semi-exposed environments where humidity is higher and airflow is steady. Final Thoughts: Water Freedom Begins Here The Aqua Tower system is not a consumer gadget—it's an open-source toolset for a more resilient future. It represents a philosophical shift in how people think about water: not as a commodity to be bought or piped in, but as a renewable resource that anyone can access with the right tools and knowledge. In a world of increasing scarcity and declining trust in centralized systems, atmospheric water generation is no longer a niche solution; it has become a vital option. It's the front line of survival literacy. And Aqua Tower is helping to lead that shift—not by selling hardware, but by offering transparency, accessibility, and empowerment. Whether you're preparing for emergencies, experimenting with off-grid living, or simply interested in controlling where your drinking water comes from, Aqua Tower provides you with the blueprints, flexibility, and education to make it a reality. Contact Information Aqua Tower Email: info@ Website: CONTACT: Aqua Tower Email: info@ Website: in to access your portfolio

Meta hires four more OpenAI researchers, The Information reports
Meta hires four more OpenAI researchers, The Information reports

Yahoo

time17 minutes ago

  • Yahoo

Meta hires four more OpenAI researchers, The Information reports

(Reuters) -Meta Platforms is hiring four more OpenAI artificial intelligence researchers, The Information reported on Saturday. The researchers, Shengjia Zhao, Jiahui Yu, Shuchao Bi and Hongyu Ren have each agreed to join, the report said, citing a person familiar with their hiring. Earlier this week, the Instagram parent hired Lucas Beyer, Alexander Kolesnikov and Xiaohua Zhai, who were all working in OpenAI's Zurich office, the Wall Street Journal reported. Meta and ChatGPT maker OpenAI did not immediately respond to a Reuters request for comment. The company has recently been pushing to hire more researchers from OpenAI to join chief executive Mark Zuckerberg's superintelligence efforts. Reuters could not immediately verify the report.

OpenAI Loses Four Key Researchers to Meta
OpenAI Loses Four Key Researchers to Meta

WIRED

time24 minutes ago

  • WIRED

OpenAI Loses Four Key Researchers to Meta

Jun 28, 2025 4:16 PM Mark Zuckerberg has been working to poach talent from rival labs for his new superintelligence team. Photograph:Four OpenAI researchers are leaving the company to go to Meta, two sources confirm to WIRED. Shengjia Zhao, Shuchao Bi, Jiahui Yu, and Hongyu Ren have joined Meta's superintelligence team. Their OpenAI Slack profiles have been deactivated. The Information first reported on the departures. It's the latest in a series of aggressive moves by Mark Zuckerberg, who is racing to catch up to OpenAI, Anthropic and Google in building artificial general intelligence. Earlier this month, OpenAI CEO Sam Altman said that Meta has been making 'giant offers' to OpenAI staffers with '$100 million signing bonuses.' He added that, 'none of our best people have decided to take them up on that.' A source at OpenAI confirmed the offers. Hongyu Ren was OpenAI's post-training lead for the o3 and o4 mini models, along with the open source model that's set to be released this summer, sources say. Post-training is the process of refining a model after it has been trained on a primary dataset. Shengjia Zhao is highly skilled in deep learning research, according to another source. He joined OpenAI in the summer of 2022, and helped build the startup's GPT-4 model. Jiahui Yu did a stint at Google DeepMind before joining OpenAI in late 2023. Shuchao Bi was a manager of OpenAI's multimodal models. The departures from OpenAI come shortly after the company lost three researchers from its Zurich office, the Wall Street Journal reported. OpenAI and Meta did not immediately respond to a request for comment. This is a developing story. Please check back for updates .

DOWNLOAD THE APP

Get Started Now: Download the App

Ready to dive into a world of global content with local flavor? Download Daily8 app today from your preferred app store and start exploring.
app-storeplay-store