Pretty sure windows has been doing some pretty efficient RAM compression on its own since 98SE or something
Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
thejml@lemm.ee 1 year agoDefinitely true, but I will say Mac has pretty decent compression on RAM. I’m assuming that’s why they feel this way. My old MBP 2013 had 8, and I used it constantly until earlier this year when I finally upgraded. It was doing pretty well all things considered, mostly because of on the fly RAM compression.
Sylvartas@lemmy.world 1 year ago
thejml@lemm.ee 1 year ago
They actually just it in Windows 10. There were third party add ons to do so prior to then, but they had marginal impact from my experience.
uis@lemmy.world 1 year ago
Did you know that you could do RAM compression on “old” MBP 2013? All you had to do is install Linux and enable memory compression.
olympicyes@lemmy.world 1 year ago
Lower end macs tend to have slower SSDs so this could be a double whammy on these machines.
thejml@lemm.ee 1 year ago
I’m specifically talking about the in memory compression, not swap.
uis@lemmy.world 1 year ago
But memory compression works the same way swap works. When memory is needed LRU page is
written on diskcompressed, and where application needs to read data from compressed page it generates pagefault and OS loads(decompresses) page in memory. That’s it.Buddahriffic@lemmy.world 1 year ago
It can be compressed in RAM, too.