Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


nongeek2025

14 posts

Geek


#315762 14-Aug-2024 12:53
Send private message

According to this article - whether you’ve got an entry-level MacBook with the bare minimum RAM or a tricked-out Mac Studio with all the RAM you could afford, macOS will help itself to using it all.

1. Is this true?
2. WHY would any operating system need to access all your RAM. WHAT is it doing?


https://www.howtogeek.com/mac-ram-usage-high-dont-worry-about-it/?

Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2 | 3 | 4
Wombat1
586 posts

Ultimate Geek
Inactive user


  #3271384 14-Aug-2024 13:00
Send private message

Where do you expect unused RAM to go? 




nova
250 posts

Master Geek

Trusted

  #3271385 14-Aug-2024 13:02
Send private message

You will also see similar behavior in Linux - see this article for an explanation: https://devopslearning.medium.com/understanding-cache-memory-in-linux-2760faf86f18

 

The simple answer is that it is better to make use of free RAM than have it sit idle, and if you use it for things like file cache you can almost instantly free up the RAM if it turns out that you need it for something else. File cache is just a copy of information that is stored elsewhere, and the purpose of it is to make things faster, but it can be discard in an instant without any loss of data. So by doing this you make things faster, with practically no downsides compared to the strategy of leaving the RAM unallocated

 

 


lxsw20
3552 posts

Uber Geek

Subscriber

  #3271395 14-Aug-2024 13:08
Send private message

Windows has done this too since at least Windows 7, as others have said whats the issue here? 




jarledb
Webhead
3253 posts

Uber Geek

Moderator
ID Verified
Trusted
Lifetime subscriber

  #3271397 14-Aug-2024 13:14
Send private message

OP, I am confused, you are asking the question and at the same time posting a link to an article that answers your question about RAM usage and concludes that:

"Don’t think of high RAM usage as a reason to buy a Mac with more RAM. Take it as a sign that macOS is doing exactly what it was designed to do: make the most of the available hardware."

 

Was there anything in that article that was unclear?





Jarle Dahl Bergersen | Referral Links: Want $50 off when you join Octopus Energy? Use this referral code
Are you happy with what you get from Geekzone? Please consider supporting us by making a donation or subscribing.


timmmay
20574 posts

Uber Geek

Trusted
Lifetime subscriber

  #3271523 14-Aug-2024 15:24
Send private message

Operating systems use RAM to cache files on the disk, as it's much faster than disk. If the memory isn't otherwise needed it's a good use of memory space. Every OS does this.


gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #3271527 14-Aug-2024 15:38
Send private message

Is it true that current Mac OS wants to use all your RAM?

The simplest answer here is - No.

robjg63
4096 posts

Uber Geek

Subscriber

  #3271529 14-Aug-2024 15:44
Send private message

I would be worried if any OS didnt want to 'use' all the memory I had installed.

 

That normally means there is something wrong with some of the RAM!





Nothing is impossible for the man who doesn't have to do it himself - A. H. Weiler


 
 
 

Cloud spending continues to surge globally, but most organisations haven’t made the changes necessary to maximise the value and cost-efficiency benefits of their cloud investments. Download the whitepaper From Overspend to Advantage now.
wellygary
8312 posts

Uber Geek


  #3271532 14-Aug-2024 16:11
Send private message

timmmay:

 

Operating systems use RAM to cache files on the disk, as it's much faster than disk. If the memory isn't otherwise needed it's a good use of memory space. Every OS does this.

 

 

Although with a Modern PC its really DRAM vs NAND    :), 

 

But also the opposite is true, when you use up all the SOC DRAM  and it needs more room to allocate,  PCs will start paging out blocks of RAM to the SSD (SWAP)   (and you will take a performance hot in whatever apps you are running)


timmmay
20574 posts

Uber Geek

Trusted
Lifetime subscriber

  #3271534 14-Aug-2024 16:15
Send private message

Yeah, NAND is a lot faster than a spinning disk, but still about 10X slower than RAM.


nongeek2025

14 posts

Geek


  #3271596 14-Aug-2024 17:29
Send private message

jarledb:

OP, I am confused, you are asking the question and at the same time posting a link to an article that answers your question about RAM usage and concludes that:

"Don’t think of high RAM usage as a reason to buy a Mac with more RAM. Take it as a sign that macOS is doing exactly what it was designed to do: make the most of the available hardware."


Was there anything in that article that was unclear?



I’m not a geek, but I’m not a novice either. I’ve been using Apple computers for about 40 years.
I paid $1,000 Canadian for a 1 MB (no that is not a mistake) RAM upgrade when it was first possible to do that. I have always been conscious of RAM and what uses it, not just hard drive memory.

Being an early Apple adopter and a curious person - I quickly got into the system, something you can’t do on modern macs if you are a non-programmer geeks. The modern system does the equivalent of letting you toggle a few switches. Its not the same thing.

The article says: “Regardless of how much RAM you have on your Mac, it’s normal for macOS to use a majority of it most of the time. It might even seem like the system is using all of your RAM at a given moment, but this isn’t a reason to assume that your system is “running out” of memory.”

It didn’t use to be like that for a Mac system.

It is not logical to me that - assuming the same system and programs are in use, whether a Mac has a 16 or 64 GB of RAM it will have the system use mose of the RAM.
WHY? What’s it doing?

The article specifically warns there is a difference between high RAM usage vs high CPU usage. If you look at Activity Monitor high CPU usage tends to be due to specific programs which you may not be using at all - but are trawling your data.

In this era it behooves users to be aware that systems and apps / programs may be scraping data. I don’t agree with this. So this article sparked my interest.




gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #3271598 14-Aug-2024 17:36
Send private message

In this era it behooves users to be aware that systems and apps / programs may be scraping data. I don’t agree with this. So this article sparked my interest.

RAM is not really related.

gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #3271599 14-Aug-2024 17:42
Send private message

something you can’t do on modern macs if you are a non-programmer geeks.

Modern mac is based on unix bsd flavor. It has most of the unix tools available in the terminal like top. It is easy enough to install advanced tools like htop for detailed inspection.

RunningMan
8953 posts

Uber Geek


  #3271602 14-Aug-2024 17:49
Send private message

nongeek2025: The article says: “Regardless of how much RAM you have on your Mac, it’s normal for macOS to use a majority of it most of the time. It might even seem like the system is using all of your RAM at a given moment, but this isn’t a reason to assume that your system is “running out” of memory.”

It didn’t use to be like that for a Mac system.

 

Nope, it changed about 2001ish when OS X was introduced, the first of the BSD based OS's. With MacOS 9 and previous memory allocation was handled very differently.


nongeek2025

14 posts

Geek


  #3271626 14-Aug-2024 20:24
Send private message

RunningMan:

nongeek2025: The article says: “Regardless of how much RAM you have on your Mac, it’s normal for macOS to use a majority of it most of the time. It might even seem like the system is using all of your RAM at a given moment, but this isn’t a reason to assume that your system is “running out” of memory.”

It didn’t use to be like that for a Mac system.


Nope, it changed about 2001ish when OS X was introduced, the first of the BSD based OS's. With MacOS 9 and previous memory allocation was handled very differently.



Thanks for that info.
It’s in the past 5-7 years I’ve noticed the most change.

Most users likely wouldn’t notice. But those of us who do graphics are much more likely to see when there is a drop in processing speed, even though we are more likely to have machines with enough grunt (high RAM and large HD capacity) to handle the demand of graphics programs, and enough sense to avoid background sync or Siri indexing or using unnecessary other programs when working on a project.

RunningMan
8953 posts

Uber Geek


  #3271630 14-Aug-2024 20:29
Send private message

Do you have an actual problem you are trying to solve?


 1 | 2 | 3 | 4
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.