Top
Best
New

Posted by jenders 2 days ago

Stop making swap partitions–use swap files instead(gist.github.com)
41 points | 51 commentspage 2
waynesonfire 1 hour ago|
It's a terrible idea to delegate swap, a capability that is expected to operate under severe memory pressure, to a subsystem that fails under such conditions.
charcircuit 3 hours ago|
Linux distros that do use swap files do so statically. It doesn't handle dynamically growing and shrinking it like other operating systems.
0xbadcafebee 3 hours ago||
Unless you use the Linux package that does manage swap files dynamically.
kaelwd 12 minutes ago||
https://github.com/Tookmund/Swapspace