Skip to content

Commit 1077024

Browse files
committed
Added more comments for OOM values being used
1 parent a3b1261 commit 1077024

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/com/stericson/RootShell/execution/Shell.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,9 @@ public void run() {
997997
}
998998

999999
/*
1000-
* setOom for shell processes (sh and su if root shell)
1001-
* and discard outputs
1002-
*
1000+
* setOom for shell processes (sh and su if root shell) and discard outputs
1001+
* Negative values make the process LESS likely to be killed in an OOM situation
1002+
* Positive values make the process MORE likely to be killed in an OOM situation
10031003
*/
10041004
private void setShellOom() {
10051005
try {

0 commit comments

Comments
 (0)