Y
Hacker News
new
|
ask
|
show
|
jobs
by
irth
2374 days ago
it's a read only compressed file system so I am not so sure about that
1 comments
seriesf
2374 days ago
It is, though. Under memory pressure the kernel will drop any page that's backed by a file, and then page it back in as needed. "swap" is just making _all_ memory be backed by files.
link
klodolph
2374 days ago
Squashfs is read-only, it can’t be used for swap.
link