I wonder how many people in this thread STILL havn’t decided 8 or 16.......??
I think there would be little debate if 16GB models were actually in stock anywhere.
Most of this here is about "can I get by with just 8GB" and less so about the added cost (admittedly overpriced upgrade) -- at least in my view.
This is nice and works for some programs, but may fail for programs which do not use the macOS memory allocator. An example is Firefox which uses jemalloc instead of the default zone allocator for performance reasons.I found this : https://superuser.com/questions/97235/how-much-swap-is-a-given-mac-application-using
running this:
ps -o pid= -xa | awk '{print $1}' | xargs -n 1 sudo vmmap | egrep 'swapped_out|Path'
might yield some useful info about which processes are using swap.
ps -o pid= | awk '{print $1}' | xargs -I {} -n 1 sh -c "vmmap {} || :" | egrep 'swapped_out|Path'
The unfortunate thing is that the only 16 GB models in the stores come with 1 TB SSD which is more than I need.
I just wish that Apple would offer 16 GB for all systems default so we can get away from these threads about whether 8 GB or 16 GB would be enough. Problem solved. MAYBE. ?
Even more relevant than extra ram, you literally cannot have enough storage... ?They come on and off. I see them in inventory locally from time to time but they are usually gone pretty quickly. I see more inventory of the 8 GB models but sometimes they are completely sold out as well. The unfortunate thing is that the only 16 GB models in the stores come with 1 TB SSD which is more than I need.
Even more relevant than extra ram, you literally cannot have enough storage... ?
That delay is significant! Also looking at keeping the 8GB until the 16" gets an upgrade as I will likely trade in for that once it is out.This is what I went for. Although I'll probably hold off upgrading a year or two more. Also, in my region, there was/is about a 2-3 week long wait time for the 16gb models.
I have never seen someone coming back from a fight wishing they had less ammo or a less powerful gun
A bit off-topic but the trade-off works the other way: less powerful and accurate gun, more ammo can be a very good trade-off to make (at least for some circumstances). The big revolution of the Kalashnikov-style submachine guns (based on german analysis, copied later by almost everyone) was to trade off a smaller round and smaller gun for more, lighter, easier to fire ammo. (Good book: c j chivers' The Gun)
In this comparison I'd trade off a slightly less fast CPU against more ram.
A bit off-topic but the trade-off works the other way: less powerful and accurate gun, more ammo can be a very good trade-off to make (at least for some circumstances). The big revolution of the Kalashnikov-style submachine guns (based on german analysis, copied later by almost everyone) was to trade off a smaller round and smaller gun for more, lighter, easier to fire ammo. (Good book: c j chivers' The Gun)
In this comparison I'd trade off a slightly less fast CPU against more ram.
That’s exactly why I returned my 8gb model. 16gb is 16gb, unified or not . I would rather have it then not.I think there would be little debate if 16GB models were actually in stock anywhere.
Most of this here is about "can I get by with just 8GB" and less so about the added cost (admittedly overpriced upgrade) -- at least in my view.
It'd have made my decision easier, certainly!I think there would be little debate if 16GB models were actually in stock anywhere.
Most of this here is about "can I get by with just 8GB" and less so about the added cost (admittedly overpriced upgrade) -- at least in my view.
Relying on Swap like that is going to destroy your SSD, so unless you plan on only keeping that thing for a couple years maybe consider upgrading to 16GB.
As hard evidence. I don't think that's there is gonna be anyone who are willing to sacrifice their new M1 Mac for some SSD Endurance test to see what's the expected endurance of these drives as Apple doesn't provide the numbers. Which is understandable, given their business model of "trying to get you to buy new devices every few year".
There have been numerous endurance tests on SSDs, even some lasting years. Apple is not using some special SSD.
High-end SSDs can survive 1000 to 10000 terabytes written to them.
Exactly.
And when did Apple start soldering SSDs to the motherboard? 5 years ago? Or more?
Macs last a long time... I haven't heard that their SSDs were failing from too much swap writing.
I'm a bit confused with youtubers claiming that this unified RAM is more "efficient" and thus you don't need as much. Huh? RAM is RAM. The efficiency doesn't mean you suddenly need less RAM. It's like saying you can use a 512GB SSD to replace a 1TB HDD because the SSD is faster.... The speed and efficiency, to my understanding, has nothing todo with the amount. It's up to the OS to manage the RAM.
yes 2015 was the last year, with the upgradable ssdAfter 2015 I think. My 2015 has a plug-in NVMe.
What if swap was faster than RAM?
Where did you get those numbers? Would Apple really source a "High-end SSDS" in their Systems?There have been numerous endurance tests on SSDs, even some lasting years. Apple is not using some special SSD.
High-end SSDs can survive 1000 to 10000 terabytes written to them.
I have a question about swap usage.
Let's say your computer shows that it is using 1GB of swap. Seems normal.
But you're not writing 1GB of swap every minute, correct? It's just a 1GB area of your SSD that has now been allotted for swap. Yes there will be some writes to that space... but also a lot of reads from that space too.
It seems like people are getting bent out of shape whenever they see their computer using swap thinking "ZOMG my SDD is getting continually damaged by swap!!!"
If writing to an SSD is damaging... wouldn't a photographer copying 50GB of photos to an SSD every week be more damaging than daily swap file use?
Macs with SSDs have been around for a long time... and all Macs use some amount of swap space. But I'm unaware of Mac SSDs failing from swap overuse.