First Commit
This commit is contained in:
26
usr/lib/sysctl.d/99-bore-scheduler.conf
Normal file
26
usr/lib/sysctl.d/99-bore-scheduler.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
### Use only if you want to change the default values!
|
||||
### For more information look here: https://github.com/firelzrd/bore-scheduler#readme
|
||||
|
||||
### Additional settings for BORE Scheduler (Work only if the BORE scheduler is enabled!)
|
||||
### So make sure that kernel.sched_bore has a value of 1
|
||||
|
||||
# sched_burst_cache_lifetime (range: 0 - 4294967295, default: 75000000)
|
||||
#kernel.sched_burst_cache_lifetime = 75000000
|
||||
|
||||
# sched_burst_fork_atavistic (range: 0 - 3, default: 2)
|
||||
#kernel.sched_burst_fork_atavistic = 2
|
||||
|
||||
# sched_burst_penalty_offset (range: 0 - 64, default: 22)
|
||||
#kernel.sched_burst_penalty_offset = 22
|
||||
|
||||
# sched_burst_penalty_scale (range: 0 - 4095, default: 1280)
|
||||
#kernel.sched_burst_penalty_scale = 1280
|
||||
|
||||
# sched_burst_smoothness (range: 1 - 255, default: 20)
|
||||
#kernel.sched_burst_smoothness = 20
|
||||
|
||||
# sched_burst_exclude_kthreads (range: 0 - 1, default: 1)
|
||||
#kernel.sched_burst_exclude_kthreads = 1
|
||||
|
||||
# sched_burst_parity_threshold (range: u8, default: 2)
|
||||
#kernel.sched_burst_parity_threshold = 2
|
||||
Reference in New Issue
Block a user