|
|
|
|
|
by radisb
741 days ago
|
|
Assuming that OP is correct in everything, it isn't shown anywhere that swap must reside in persistent storage. It could be stored in RAM, couldn't it? I mean you always have a fixed max amount of swap, so if it fits in memory , then why not put it in memory? But then why bother with swap? |
|
because ram is expensive compared to disk.
Ram is normally fixed compared to disk
by storing not-used but still needed pages on disk, allows for much greater performance with less resources. for example it allows a bigger VFS cache.