You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for "/proc/self/oom_adj" OOM killer adjustment path.
Also make move variable declarations locally to help with understanding
the code without jumping around in the file, as well as some minor
readability improvements.
"/proc/self/oom_adj" has been introduced in Linux kernel commit
a63d83f427fbce97a6cea0db2e64b0eb8435cd10 and is available since kernel
version 2.6.36, so no need to support both anymore.
0 commit comments