We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd1a02 commit 4247616Copy full SHA for 4247616
README.md
@@ -40,7 +40,10 @@ Use Termux, Sysctl GUI or FKM (or whatever you want) to set:
40
41
shell:
42
/* replace X with number from above */
43
+
44
+```bash
45
echo X > /proc/sys/kernel/hyst_mode
46
+```
47
48
Btw, if using FKM: don't touch this parameter: /proc/sys/kernel/sched_busy_hysteresis_enable_cpus !
49
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