HeadlinesBriefing favicon HeadlinesBriefing.com

Linux 7.2 Cache Aware Scheduling Delivers AMD Zen 5 Performance Boost

Hacker News •
×

Cache Aware Scheduling appears set to arrive in Linux 7.2, with recent benchmarks demonstrating notable performance gains on AMD's latest processors. The feature optimizes task placement across cache domains in modern CPUs with multiple last-level cache regions.

The scheduler groups tasks that share data into the same LLC domain, reducing cache misses and memory latency. This approach particularly benefits database workloads like PostgreSQL and key-value stores such as Valkey, where data locality significantly impacts throughput.

Testing on an AMD Ryzen Threadripper 9980X within a System76 Thelio workstation showed measurable improvements across network performance and memory-intensive applications. The system ran Ubuntu 26.04 with a custom kernel based on Linux 7.1-rc2, incorporating the latest Cache Aware Scheduling patches.

These results suggest the scheduler will provide tangible benefits for workloads running on AMD's Zen 5 architecture and upcoming EPYC processors, making it a practical optimization for data center and workstation deployments.