diff --git a/src/com/stericson/RootShell/execution/Shell.java b/src/com/stericson/RootShell/execution/Shell.java index 90ab2af..b1f9a5e 100644 --- a/src/com/stericson/RootShell/execution/Shell.java +++ b/src/com/stericson/RootShell/execution/Shell.java @@ -997,9 +997,9 @@ public void run() { } /* - * setOom for shell processes (sh and su if root shell) - * and discard outputs - * + * 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 */ private void setShellOom() { try {