4
Why do I get an error message when I try to increase the values of these two parameters:
#cat /proc/sys/kernel/sched_latency_ns
1000000000
#echo 2000000000 > /proc/sys/kernel/sched_latency_ns
bash: echo: write error: Invalid argument
#
I get the same error when I replace sched_latency_ns by sched_min_granularity_ns.
Can someone tell me the correct way to increase these parameters.