Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
thejml@lemm.ee 1 year agoI’m specifically talking about the in memory compression, not swap.
Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
thejml@lemm.ee 1 year agoI’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.
uis@lemmy.world 1 year ago
Thanks, cap, this is what I said.