Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
olympicyes@lemmy.world 1 year agoLower end macs tend to have slower SSDs so this could be a double whammy on these machines.
Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
olympicyes@lemmy.world 1 year agoLower 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 11 months ago
It can be compressed in RAM, too.
uis@lemmy.world 11 months ago
Thanks, cap, this is what I said.