Changing sched_autogroup_enabled from 1 to 0 makes a HUGE difference in performance on busy Proxmox hosts
Also helps to modify sched_migration_cost_ns
I've tested this on Proxmox 4.x and 5.x:
echo 5000000 > /proc/sys/kernel/sched_migration_cost_ns
echo 0 >...