Linux – the Zen kernel

kernellinux-kernel

I recently stumbled upon the zen kernel on the Arch wiki, but neither the wiki nor the Github page says anything more. What is it? Is its performance really better?

Best Answer

The best summary I know of currently is Liquorix’s (Liquorix packages the Zen kernel for Debian and other distributions):

  • the kernel is tuned to increase the preemption frequency
  • the default I/O scheduler is changed to BFQ (high throughput, low latency)
  • the default process scheduler is changed to MuQSS, with high-frequency scheduling
  • real-time preemption is enabled
  • TCP congestion control is changed to BBR

Whether that increases performance for you will depend on your workloads.