Quills@sh.itjust.works to Asklemmy@lemmy.mlEnglish · edit-22 years agoIs using a swap partition (on linux) bad for an SSD's lifetime?message-squaremessage-square30fedilinkarrow-up156arrow-down11file-text
arrow-up155arrow-down1message-squareIs using a swap partition (on linux) bad for an SSD's lifetime?Quills@sh.itjust.works to Asklemmy@lemmy.mlEnglish · edit-22 years agomessage-square30fedilinkfile-text
minus-squarekev@lemmy.kevhomeit.tradelinkfedilinkarrow-up5arrow-down1·2 years agoBut the swap partition is only used when you run out of ram right? If I have enough ram I should not worry about that.
minus-squareWyrryel@pawb.sociallinkfedilinkarrow-up12·2 years agoNo, it’s used much more often. How often is determined by a value called swapiness.
minus-squarejetAlinkfedilinkEnglisharrow-up9·2 years ago100% this. An aggressive memory manager could preemptively write everything from memory to swap even though it’s still in memory, in case it has to evict it quickly.
But the swap partition is only used when you run out of ram right? If I have enough ram I should not worry about that.
No, it’s used much more often. How often is determined by a value called swapiness.
100% this. An aggressive memory manager could preemptively write everything from memory to swap even though it’s still in memory, in case it has to evict it quickly.