Skip to main content

RAM: What it is and when do you need more?

Your phone needs RAM to operate, but why? And how much?

You can buy a Samsung Galaxy S20 Ultra with 16 GB of RAM. That's almost as much as many gaming PCs, and about 8 GB more than most phones. It has a lot of folks scratching their heads and asking why in the world does it need 16GB of RAM, and does that mean my phone with 4GB needs more?

This wouldn't be the first time we've seen phones come with oodles of RAM. Vivo and OnePlus offer phones with plenty under the hood, and seeing 6 or more GB inside is becoming fairly common. Let's talk about what RAM is, how your phone uses RAM, and why a phone would have so much more of it than what's "necessary".

The Galaxy S20 Ultra can have up to 16GB of RAM — but why?

What is RAM

RAM (Random Access Memory) is short-term digital storage. Computers (and yes, your phone is a computer) use RAM mostly to hold data that active applications — along with the CPU and operating system's kernel — are using because RAM is very fast when it comes to reading and writing. Even the fastest hard drive or flash storage is slow when you need to read or write something "right now", and while the CPU inside your phone has its own cache to hold data that's being used for calculations, there's not a lot of it. Even the latest Snapdragon processor's cache is only enough to hold what's being used right now, so you need somewhere to hold what's being used next.

Reading and writing to and from RAM is fast. Super fast.

The OS kernel acts as a traffic cop for everything that goes on when it comes to using your phone's hardware. When a game or any app wants to draw a new screen, the data created to use for it goes into the RAM where the OS can parse it, let the CPU and GPU do any processing needed, then send it off to the display, so the right color dots can be drawn in the right places.

It all sounds complicated, and it is, but all you need to understand are three basic things: RAM is a place to hold data for a short period of time, data placed there can be read or written very fast, and data in RAM is erased when you shut your phone down. Additionally, a portion of the RAM in your phone is used as soon as you turn it back on and no apps or even the OS is able to use that portion. This goes for just about any computer; they (almost) all have RAM and they use it the same way.

How your phone uses its RAM

RAM in your phone is mostly used as a place for apps that are running store their data. In the simplest terms, that means more RAM can let more apps run in the background without slowing your phone down. But like most things, it's not really that simple. The RAM in your phone is in use before Android is even up and running.

We're not going to talk about fancy low-level management or things like compcache here, but this is basically how your phone uses the RAM inside of it.

  • The kernel-space: Your Android phone runs on top of the Linux kernel. The kernel is stored in a special type of compressed file that's extracted directly into RAM during the device power-on sequence. This reserved memory holds the kernel, drivers and kernel modules that control the hardware and room to cache data in and out of the kernel.
  • A RAMdisk for virtual files: There are some folders and files in the system tree that aren't "real." They are pseudofiles written at boot and hold things like battery levels and CPU speed data. With Android, the whole /proc directory is one of these pseudofile systems. RAM is reserved so they have a place to live.
  • Network radios: Data about your IMEI and radio settings are stored in NVRAM (Non-Volatile memory that's not erased when you power off your phone), but get transferred to RAM along with the software needed to support the modem when you first turn on your phone. Space is reserved to keep this all in memory.
  • The GPU: The graphics adapter in your phone needs memory to operate. That's called VRAM, and our phones use integrated GPUs that have no stand-alone VRAM. System RAM is reserved for this.

Once that's done and your phone is up and running, what's left is the available RAM your phone needs to operate and run apps. A portion of this is also reserved for things that need to happen quickly (low-level operating system functions and housekeeping) but it's reserved a different way. These are software-based settings the people who wrote the OS and built the kernel for your phone set, and it keeps a set minimum amount of RAM free so these low-level functions can be done as needed without having to wait for an app to free any memory.

All this is why the available RAM listing in settings isn't the same as the total amount of RAM installed inside your phone. The full amount really is inside, but a portion of it (usually about 1GB or so) is reserved. Your apps get to fight over the rest.

Unused RAM is wasted RAM

You might have heard this saying about Android and memory management. It's a Linux thing, and Android is a Linux kernel-based OS just like Ubuntu. What it means is that Android was built to stuff the RAM full of apps and their associated data as fast as possible and keep it full, leaving only the minimum free amount we talked about above open for housekeeping duties.

Android is not Windows 10 and they each do things differently.

This is different from the way Windows works, though if you're using a Mac, it's very close. Windows keeps RAM open and free for an app that needs it. Linux keeps an app in memory until the memory is needed elsewhere. That's also decided by those minimum free settings the company that built your phone set. Apps and their processes are given a priority based on what they do, how they do it and when the last time they were on the screen. When you want to open a new app, the apps with lower priorities get closed so the new app has the RAM it needs.

As you use your phone, you'll use many of the same apps more than others. These apps will tend to stay resident in RAM and be running so they are available in an instant. Having that RAM free instead means the apps would need to restart the processes that allow you to interact with them, and that's slower and uses more battery power than keeping them resident in RAM.

It's a true saying for your Android (or iOS) phone, but not your Windows computer or Chromebook (also a Linux-kernel-based OS ) because they manage RAM differently.

What does having more RAM inside my phone do for me?

You already know the short answer because it's above — allows for more apps to run in the background. But the long answer is really interesting.

The first Android phone, the T-Mobile G1, had 192MB of RAM. The Galaxy S20 Ultra has about a gazillion times more.

10 GB or 12 GB (or 16) of RAM is complete overkill for a typical Android phone. Phones like an Android One/Android Go phone can get away with 1.5 - 2GB of free RAM after the phone is booted up. So can a Galaxy S8, but only because the minimum free settings are set so that the home app (the user interface) is forced to stay open, and uses a portion of the reserved RAM. The Samsung interface is more resource-intensive, and Samsung did the very smart thing here starting with the Galaxy S6 and killed most of the home screen lag. Nice work, Samsung!

Using what that tells us, we can see that a phone that's doing more behind the scenes needs more RAM installed. Since almost every phone comes with 6 GB of RAM now, there is no real difference here and a Pixel phone just has a little more memory to have another app or two up and running because it's interface isn't using as much. It's also why Samsung, LG, HTC, and others have included ways to kill running processes for the times it needs a little boost in performance. If you kill all the apps you can, apps that were not already in memory will start a little faster.

If you take things a step further and do things like Samsung's DeX desktop setup, having more RAM can be a big benefit. DeX, for example, could use more RAM set aside before the phone is running for the graphics adapter but still needs a nice chunk to use itself so other apps or processes can run without being interrupted. And you can even more creative if you're developing software for a phone with "extra" RAM.

Ideally, a phone with extra physical RAM could use a device driver that enables DMA (Direct Memory Access) for the user interface. This sets aside RAM at boot just for the home screen, touch input, and anything else that makes your phone uber-responsive regardless of anything else running or going on outside of the RAM set aside for DMA. Are you ready for instant touch response or scrolling? Because that is how you get it.

You don't need more, but you can always use more.

Now extend this idea into "game mode" or a desktop solution or any other special way an Android phone can be used. There would still be more than enough RAM for the system to do its thing while that extra RAM is there for playing a software-heavy 3D game without killing all the apps in the background, or putting your phone in a stand or laptop shell to use in desktop mode has the memory it needs set aside only for it to work.

RAM is cheap and having more RAM looks great on a spec sheet

Companies charge a lot for a model with more RAM, but most of that is because it means they have another model to manufacture and another parts list to maintain. The actual chips that go inside the phone only cost pennies when bought at volume. But being able to say your phone has 8 or 10 or even 16 GB of RAM when it's announced can go a long way when it comes to the spec sheet.

It's impressive, especially to tech enthusiasts and early adopters. I'll admit, it gets me interested. I like seeing optimized software that can run well on minimal hardware because, to me, it's an art form; writing code can be beautiful. But I'm also intrigued by what having extra RAM can mean when the two have meshed together in the same device. Seeing 8 GB or more of RAM in the specs instantly gets me interested, the same way a high-resolution display does.

Seeing better specs is a sure-fire way to interest early adopters.

Companies that build phones know this. They also know that putting more RAM in a phone means they can get away with less software optimization (a costly and time-intensive thing) or try and do more with their version of Android. Either way, some of us will be buying only because of the specs. That makes the added costs worth it because people talking about your product is priceless.



Source: https://ift.tt/2AJ08e0

Popular posts from this blog

The hidden cost of food delivery

Noah Lichtenstein Contributor Share on Twitter Noah Lichtenstein is the founder and managing partner of Crossover , a diversified private technology fund backed by institutional investors, technology execs and professional athletes and entertainers. More posts by this contributor What Studying Students Teaches Us About Great Apps I’ll admit it: When it comes to food, I’m lazy. There are dozens of great dining options within a few blocks of my home, yet I still end up ordering food through delivery apps four or five times per week. With the growing coronavirus pandemic closing restaurants and consumers self-isolating, it is likely we will see a spike in food delivery much like the 20% jump China reported during the peak of its crisis. With the food delivery sector rocketing toward a projected $365 billion by the end of the decade, I’m clearly not the only one turning to delivery apps even before the pandemic hit. Thanks to technology (and VC funding) we can get a ri

Cyber Monday Canada: Last-minute deals for everyone on your list

Best Cyber Monday Canada deals: Smart Home Audio Phones, Tablets & Accessories Wearables Laptops & PC Components Amazon products Gaming Televisions Cameras Lifestyle & Kitchen Toys & Kids Cyber Monday Canada is here, and retailers are rolling out the red carpet for customers who want to shop for everything from tech to kitchenware to games and everything in between. Unlike years past, Cyber Monday Canada deals look a bit different than normal. Instead of retailers trying to pack their stores with as many shoppers as possible, we're seeing tons of online deals that you can take advantage of from the comfort of your home. We've rounded up our favorites below, so feel free to browse through the best of what Canada Cyber Monday has to offer! This list is being updated with new Cyber Monday deals all the time, so check back often. Spotlight deals It's a Switch Nintendo Switch Fortnite Edition bundle $399.95 at Amazon It's a Switch.

iPhone 13 Pro vs. iPhone 15 Pro Buyer's Guide: 50+ Differences Compared

The iPhone 15 Pro brings over 50 new features and improvements to Apple's high-end smartphones compared to the iPhone 13 Pro, which was released two years prior. This buyer's guide breaks down every major difference you should be aware of between the two generations and helps you to decide whether it's worth upgrading. The ‌iPhone 13‌ Pro debuted in 2021, introducing a brighter display with ProMotion technology for refresh rates up to 120Hz, the A15 Bionic chip, a telephoto camera with 3x optical zoom, Macro photography and photographic styles, Cinematic mode for recording videos with shallow depth of field, ProRes video recording, a 1TB storage option, and five hours of additional battery life. The ‌iPhone 13‌ Pro was discontinued upon the announcement of the iPhone 14 Pro in 2022, but it is still possible to get hold of it second-hand. Our guide helps to answer the question of how to decide which of these two iPhone models is best for you and serves as a way to c

Slack’s new integration deal with AWS could also be about tweaking Microsoft

Slack and Amazon announced a big integration late yesterday afternoon. As part of the deal, Slack will use Amazon Chime for its call feature, while reiterating its commitment to use AWS as its preferred cloud provider to run its infrastructure. At the same time, AWS has agreed to use Slack for internal communications. Make no mistake, this is a big deal as the SaaS communications tool increases its ties with AWS, but this agreement could also be about slighting Microsoft and its rival Teams product by making a deal with a cloud rival. In the past Slack CEO Stewart Butterfield has had choice words for Microsoft saying the Redmond technology giant sees his company as an “existential threat.” Whether that’s true or not — Teams is but one piece of a huge technology company — it’s impossible not to look at the deal in this context. Aligning more deeply with AWS sends a message to Microsoft, whose Azure infrastructure services compete with AWS. Butterfield didn’t say that of course