masters-thesis/listings/tuned_latency_performance.conf

17 lines
341 B
Plaintext

[main]
summary=Optimize for deterministic performance at the cost of
increased power consumption
[cpu]
force_latency=1
governor=performance
energy_perf_bias=performance
min_perf_pct=100
[sysctl]
kernel.sched_min_granularity_ns=10000000
vm.dirty_ratio=10
vm.dirty_background_ratio=3
vm.swappiness=10
kernel.sched_migration_cost_ns=5000000