Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 335 Bytes

Tuning.md

File metadata and controls

6 lines (3 loc) · 335 Bytes

Tuning scheduler

  • /proc/sys/kernel/sched_migration_cost_ns - how much time process can spend on core before kernel will consider migrating it again, consider increasing.
  • kernel.sched_autogroup_enabled=0 - group processes by tty. bad for postgres