Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1362337
  • 博文数量: 343
  • 博客积分: 13098
  • 博客等级: 上将
  • 技术积分: 2862
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-06 00:35
文章存档

2012年(131)

2011年(31)

2010年(53)

2009年(23)

2008年(62)

2007年(2)

2006年(36)

2005年(5)

分类:

2012-10-15 18:54:31

  • sched_min_granularity_ns (16000000): Minimum preemption granularity for processor-bound tasks. Tasks are guaranteed to run for this minimum time before they are preempted.
  • sched_latency_ns (80000000): Period over which CFQ tries to fairly schedule the tasks on the runqueue. All of the tasks on the runqueue are guaranteed to be scheduled once within this period.
  • sched_wakeup_granularity_ns (20000000): Ability of tasks being woken to preempt the current task. The smaller the value, the easier it is for the task to force the preemption.

kernel.sched_min_granularity_ns = 100000 
kernel.sched_wakeup_granularity_ns = 25000 
kernel.sched_latency_ns = 1000000
阅读(578) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~