Comment on 8GB RAM on M3 MacBook Pro 'Analogous to 16GB' on PCs, Claims Apple
uis@lemmy.world 1 year agoBut memory compression works the same way swap works. When memory is needed LRU page is written on disk compressed, 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.