GolfFoxtrotLima@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoStop Doing Swap Partitionslemmy.worldexternal-linkmessage-square43linkfedilinkarrow-up1317arrow-down115file-textcross-posted to: [email protected]
arrow-up1302arrow-down1external-linkStop Doing Swap Partitionslemmy.worldGolfFoxtrotLima@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square43linkfedilinkfile-textcross-posted to: [email protected]
cross-posted from: https://lemmy.world/post/51845693 Credit to @[email protected] I just did the graphic
minus-squaretwack@lemmy.worldlinkfedilinkEnglisharrow-up6·1 day agoIf you run out of RAM and have swap disabled, then some program must be killed to make room. That’s handled by OOM (out of memory). Whatever got killed might have been important, and you as the user don’t get to pick at that point.
If you run out of RAM and have swap disabled, then some program must be killed to make room. That’s handled by OOM (out of memory).
Whatever got killed might have been important, and you as the user don’t get to pick at that point.