0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-211 months agoIn some cultures, that is considered an honor Samantha!sh.itjust.worksimagemessage-square78linkfedilinkarrow-up1948arrow-down110
arrow-up1938arrow-down1imageIn some cultures, that is considered an honor Samantha!sh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-211 months agomessage-square78linkfedilink
minus-squarethallamabond@lemmy.worldlinkfedilinkarrow-up24·11 months ago/* If any of p’s children has a different mm and is eligible for kill, the one with the highest oom_badness() score is sacrificed for its parent. This attempts to lose the minimal amount of work done while still freeing memory. */
minus-squarethanks_shakey_snakelinkfedilinkarrow-up8·11 months agoNice. Imagine the lady in the post’s face when she learns that “oom badness” is how they decide which child to sacrifice. What’s that from?
minus-squareParafaragaramus@infosec.publinkfedilinkarrow-up10·edit-211 months agoFrom the source file oom_kill.c in the linux kernel. But it seems this has been reworded or changed since 2019. That’s the commit that removed this.
/*
Nice. Imagine the lady in the post’s face when she learns that “oom badness” is how they decide which child to sacrifice.
What’s that from?
From the source file oom_kill.c in the linux kernel. But it seems this has been reworded or changed since 2019. That’s the commit that removed this.