【发布时间】:2020-07-12 03:17:21
【问题描述】:
/*
* 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.
*/
【问题讨论】:
标签: memory-management linux-kernel out-of-memory