We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b1261 commit 1077024Copy full SHA for 1077024
1 file changed
src/com/stericson/RootShell/execution/Shell.java
@@ -997,9 +997,9 @@ public void run() {
997
}
998
999
/*
1000
- * setOom for shell processes (sh and su if root shell)
1001
- * and discard outputs
1002
- *
+ * setOom for shell processes (sh and su if root shell) and discard outputs
+ * Negative values make the process LESS likely to be killed in an OOM situation
+ * Positive values make the process MORE likely to be killed in an OOM situation
1003
*/
1004
private void setShellOom() {
1005
try {
0 commit comments