|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
/*
|
|
|
* Targeted preemption latency for CPU-bound tasks:
|
|
|
- * (default: 5ms * (1 + ilog(ncpus)), units: nanoseconds)
|
|
|
+ * (default: 6ms * (1 + ilog(ncpus)), units: nanoseconds)
|
|
|
*
|
|
|
* NOTE: this latency value is not the same as the concept of
|
|
|
* 'timeslice length' - timeslices in CFS are of variable length
|
|
@@ -52,7 +52,7 @@ enum sched_tunable_scaling sysctl_sched_tunable_scaling
|
|
|
|
|
|
/*
|
|
|
* Minimal preemption granularity for CPU-bound tasks:
|
|
|
- * (default: 2 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
|
|
+ * (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
|
|
*/
|
|
|
unsigned int sysctl_sched_min_granularity = 750000ULL;
|
|
|
unsigned int normalized_sysctl_sched_min_granularity = 750000ULL;
|