Red Hat’s Tuned 2.27 Arrives With AI-Ready Power Profiles and a Quiet Revolution in Linux Performance Management

For years, the open-source performance tuning daemon known as Tuned has operated in relative obscurity — a workhorse tool that system administrators rely on to squeeze optimal performance from Linux servers without fanfare or front-page headlines. But the latest release, Tuned 2.27, signals that Red Hat is positioning this utility squarely at the intersection of enterprise computing’s most pressing demands: artificial intelligence workloads, real-time processing, and fine-grained hardware control.
The release, detailed by Phoronix, introduces a collection of features that reflect how dramatically the requirements of modern data centers have shifted. From new tuning profiles designed specifically for AI and machine learning inference workloads to expanded support for AMD processors and real-time kernel configurations, Tuned 2.27 reads like a roadmap of where enterprise Linux is headed.
What Tuned Does and Why It Matters for Enterprise Linux
Tuned is a system tuning daemon that dynamically adjusts Linux system settings — including CPU governors, disk I/O schedulers, kernel parameters, and power management policies — based on pre-defined or custom profiles. It ships as a default component in Red Hat Enterprise Linux (RHEL) and its derivatives, including CentOS Stream and Fedora, and is widely used in production environments ranging from cloud infrastructure to high-performance computing clusters.
Unlike manual kernel parameter tuning, which requires deep expertise and carries the risk of misconfiguration, Tuned allows administrators to apply well-tested profiles with a single command. The daemon can also monitor system activity and switch profiles dynamically based on workload characteristics. For organizations running thousands of servers, this kind of automated optimization is not a luxury — it is a baseline operational requirement.
AI Inference Profiles: Tuning Linux for the Machine Learning Era
Perhaps the most significant addition in Tuned 2.27 is the introduction of profiles specifically targeting AI and machine learning inference workloads. As reported by Phoronix, the new release includes an “ai-inference” profile designed to optimize system behavior for the unique demands of running trained models in production environments.
AI inference workloads differ substantially from training workloads. While training is typically GPU-bound and benefits from maximum throughput, inference often requires low-latency responses, predictable performance, and efficient use of both CPU and accelerator resources. The new Tuned profile addresses these characteristics by adjusting CPU frequency scaling, memory management parameters, and interrupt handling to minimize jitter and maximize throughput for inference pipelines.
This move aligns with Red Hat’s broader strategy of positioning RHEL as a first-class platform for AI workloads. The company has been investing heavily in its OpenShift AI platform and collaborating with hardware vendors like NVIDIA and AMD to ensure that Linux can serve as the operating system layer for enterprise AI deployments. A purpose-built Tuned profile for inference suggests that Red Hat sees system-level optimization as an essential complement to higher-level AI platform tooling.
AMD Processor Support Gets a Major Upgrade
Tuned 2.27 also expands its hardware-specific tuning capabilities with improved support for AMD processors. According to the Phoronix report, the release adds AMD P-State driver support and related optimizations that allow the daemon to take full advantage of the power and frequency management features built into modern AMD EPYC and Ryzen processors.
The AMD P-State driver, which has been maturing in the Linux kernel over the past several releases, provides more granular control over CPU frequency scaling than the older ACPI CPUfreq driver. By integrating support for this driver, Tuned can now make more intelligent decisions about when to boost clock speeds for performance-sensitive tasks and when to throttle back for power savings. For data center operators who have been migrating from Intel to AMD platforms — a trend that has accelerated as AMD’s EPYC server chips have gained market share — this is a meaningful improvement.
Real-Time Tuning Profiles Reflect Growing Industrial Demand
Another notable addition in Tuned 2.27 is the enhancement of real-time tuning profiles. Real-time Linux has become increasingly important for industries such as telecommunications, automotive, financial trading, and industrial automation, where deterministic response times are non-negotiable. The PREEMPT_RT patch set, which has been gradually merged into the mainline Linux kernel, provides the foundation for real-time behavior, but achieving consistent low-latency performance also requires careful system tuning.
The updated real-time profiles in Tuned 2.27 address this by configuring kernel parameters, IRQ affinity, CPU isolation, and other settings that reduce scheduling latency and prevent interference from background processes. For organizations deploying RHEL in real-time environments — such as 5G radio access network (RAN) infrastructure or factory floor control systems — these profiles can significantly reduce the time and expertise required to achieve production-ready configurations.
Red Hat has been a major contributor to the real-time Linux effort for over a decade, and the company’s RHEL for Real Time product is deployed in some of the most demanding environments in the world. The continued refinement of Tuned’s real-time profiles reflects the growing commercial importance of this market segment.
Under the Hood: Technical Changes and Infrastructure Improvements
Beyond the headline features, Tuned 2.27 includes a number of infrastructure improvements that will be appreciated by system administrators and DevOps engineers who work with the tool on a daily basis. The release includes bug fixes, improved error handling, and better integration with systemd, the init system and service manager used by virtually all modern Linux distributions.
The project has also continued to improve its plugin architecture, which allows third-party developers and hardware vendors to create custom tuning plugins that integrate with the Tuned framework. This extensibility is particularly valuable in heterogeneous environments where different servers may have different hardware configurations and workload requirements. Rather than maintaining separate tuning scripts for each configuration, administrators can use Tuned’s plugin system to create modular, reusable tuning components.
The Competitive Context: Why System Tuning Is Becoming a Differentiator
The investments Red Hat is making in Tuned reflect a broader competitive dynamic in the enterprise Linux market. As cloud providers and hardware vendors offer increasingly similar base capabilities, the quality of system-level optimization and management tooling has become a meaningful differentiator. SUSE, Canonical, and other Linux distribution vendors have their own approaches to performance tuning, but Red Hat’s Tuned has the advantage of a long development history and deep integration with the RHEL platform.
The addition of AI-specific profiles is particularly noteworthy in this context. As enterprises race to deploy AI inference at scale, the operating system layer is becoming a critical optimization surface. A few percentage points of improvement in inference latency or throughput, multiplied across thousands of servers, can translate into significant cost savings and competitive advantage. Red Hat appears to be betting that system-level tuning will be an important part of the AI infrastructure stack, not just an afterthought.
Availability and Adoption Path
Tuned 2.27 is available now through the project’s upstream repositories and is expected to be incorporated into future releases of Fedora and RHEL. Organizations running current versions of RHEL can typically adopt new Tuned releases through standard package updates, although the availability of specific features may depend on the kernel version and hardware platform in use.
For system administrators and performance engineers, the release is worth evaluating not just for its new features but for what it signals about the direction of enterprise Linux optimization. The convergence of AI workloads, heterogeneous hardware platforms, and real-time computing requirements is creating new demands on the operating system layer, and tools like Tuned are evolving to meet them. Red Hat’s continued investment in this project suggests that automated, profile-based system tuning will remain a core part of the enterprise Linux value proposition for years to come.
The full details of the Tuned 2.27 release are available through the project’s official changelog and the reporting at Phoronix.