Linux Kernel 7.0.7+ Windowized
The kernel developers have removed some knobs that allowed one to optimize a kernel for throughput instead of latency. In particular it is no longer possible to compile a non-preemptive kernel. When you have a machine with a lot of cores and not enough memory bandwidth, all the extra context switching wastes bandwidth you don't have.
like this

