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
243 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
3530 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
3249 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
20486 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
16995 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
4091 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


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Note that to use Quic Broadband you must be comfortable with configuring your own router.
wellygary
8259 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
20486 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
16995 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
16995 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
8912 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
8912 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 »

Māori Artists Launch Design Collection with Cricut ahead of Matariki Day
Posted 15-Jun-2025 11:19


LG Launches Upgraded webOS Hub With Advanced AI
Posted 15-Jun-2025 11:13


One NZ Satellite IoT goes live for customers
Posted 15-Jun-2025 11:10


Bolt Launches in New Zealand
Posted 11-Jun-2025 00:00


Suunto Run Review
Posted 10-Jun-2025 10:44


Freeview Satellite TV Brings HD Viewing to More New Zealanders
Posted 5-Jun-2025 11:50


HP OmniBook Ultra Flip 14-inch Review
Posted 3-Jun-2025 14:40


Flip Phones Are Back as HMD Reimagines an Iconic Style
Posted 30-May-2025 17:06


Hundreds of School Students Receive Laptops Through Spark Partnership With Quadrent's Green Lease
Posted 30-May-2025 16:57


AI Report Reveals Trust Is Key to Unlocking Its Potential in Aotearoa
Posted 30-May-2025 16:55


Galaxy Tab S10 FE Series Brings Intelligent Experiences to the Forefront with Premium, Versatile Design
Posted 30-May-2025 16:14


New OPPO Watch X2 Launches in New Zealand
Posted 29-May-2025 16:08


Synology Premiers a New Lineup of Advanced Data Management Solutions
Posted 29-May-2025 16:04


Dyson Launches Its Slimmest Vaccum Cleaner PencilVac
Posted 29-May-2025 15:50


OPPO Reno13 Pro 5G Review
Posted 29-May-2025 15:33









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.