Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/com/stericson/RootShell/execution/Shell.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down