Y
Hacker News
new
|
ask
|
show
|
jobs
by
miohtama
1318 days ago
On Mac, you can find Compressed memory in Activity monitor.
It’s something similar to swap - apps do not need to have built in support for it.
3 comments
flatiron
1318 days ago
It segments a certain amount of ram to “swap” to which means compress and store. Normal blue sky ram operations are not compressed on macOS
link
smcleod
1318 days ago
Many operations are actually a lot faster with compressed memory than without. It's all about where the bottleneck is.
link
comboy
1318 days ago
Oh, yes compressed swap makes much more sense, thanks.
link
kergonath
1317 days ago
It is not compressed swap, the compressed data is still in RAM. The OS just compresses inactive memory, with a couple of criteria to define “inactive”.
link