I'm doing some system tuning and today added my usual edits to sysctl.conf to increase performance.
When I ran sudo sysctl -p to reload after editing, I get:
(repeated 4 times - once per cpu instruction)
The issue is that's not what I put in sysctl.conf. The lines read:
I've never seen sysctl does this before. Is there a new place to put these instructions or should I head over to bug reporting?
When I ran sudo sysctl -p to reload after editing, I get:
sysctl: cannot stat /proc/sys//sys/devices/system/cpu/cpu0/cpufreq/scaling_governor: No such file or directory
The issue is that's not what I put in sysctl.conf. The lines read:
Code:
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor = performance
I've never seen sysctl does this before. Is there a new place to put these instructions or should I head over to bug reporting?