Skip to content

Commit 4247616

Browse files
authored
Update README with scheduler hysteresis instructions
Added instructions for modifying scheduler hysteresis settings.
1 parent 7bd1a02 commit 4247616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ Use Termux, Sysctl GUI or FKM (or whatever you want) to set:
4040

4141
shell:
4242
/* replace X with number from above */
43+
44+
```bash
4345
echo X > /proc/sys/kernel/hyst_mode
46+
```
4447

4548
Btw, if using FKM: don't touch this parameter: /proc/sys/kernel/sched_busy_hysteresis_enable_cpus !
4649
FKM misinterpreted it as a binary toggle, so "0" and "1" don't work here and the status given by the app is wrong.

0 commit comments

Comments
 (0)