Skip to content

Instantly share code, notes, and snippets.

@toff63
Last active May 2, 2016 00:36
Show Gist options
  • Save toff63/4685c7bf24c2359b4923fddad746f268 to your computer and use it in GitHub Desktop.
Save toff63/4685c7bf24c2359b4923fddad746f268 to your computer and use it in GitHub Desktop.
dev@dev-VirtualBox:~/tmp$ cat /proc/1838/oom_score
50
dev@dev-VirtualBox:~/tmp$ cat /proc/1838/oom_score_adj 
0
dev@dev-VirtualBox:~/tmp$ sudo echo '-1000' > /proc/1838/oom_score_adj 
dev@dev-VirtualBox:~/tmp$ cat /proc/1838/oom_score_adj 
-1000
dev@dev-VirtualBox:~/tmp$ cat /proc/1838/oom_score
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment