|
|
|
|
|
by ars
5180 days ago
|
|
That's not why you need swap. Swap is because many applications will use memory when starting and then never touch it again. You can therefor swap it out and use the extra memory for cache. Most long term applications only need a small fraction of their startup memory. |
|