Removed superfluous sched_migration_cost_ns declaration
kernel.sched_migration_cost_ns=5000000 was being defined here even though it was defined in the included latency-performance profile. Removed to eliminate redundancy.
This commit is contained in:
parent
da6a2925af
commit
8f6433336d
1 changed files with 0 additions and 5 deletions
|
|
@ -28,11 +28,6 @@ vm.min_free_kbytes=135168
|
|||
vm.zone_reclaim_mode=1
|
||||
kernel.numa_balancing=0
|
||||
|
||||
# The total time the scheduler will consider a migrated process
|
||||
# "cache hot" and thus less likely to be re-migrated
|
||||
# (system default is 500000, i.e. 0.5 ms)
|
||||
kernel.sched_migration_cost_ns=5000000
|
||||
|
||||
# Busy polling helps reduce latency in the network receive path
|
||||
# by allowing socket layer code to poll the receive queue of a
|
||||
# network device, and disabling network interrupts.
|
||||
|
|
|
|||
Loading…
Reference in a new issue