Researchers claim Linux kernel tweak could reduce data center energy use by 30%
www.techspot.com
Forward-looking: Researchers have unveiled a small but powerful modification to the Linux kernel that could significantly reduce energy consumption in data centers. The proposed alteration comes at a crucial time, as computing currently accounts for about 5 percent of the world's daily energy use, with data centers being major contributors to this consumption. Researchers at the University of Waterloo's Cheriton School of Computer Science, led by Professor Martin Karsten and including Peter Cai, identified inefficiencies in network traffic processing for communications-heavy server applications. Their solution, which involves rearranging operations within the Linux networking stack, has shown improvements in both performance and energy efficiency.The modification, presented at an industry conference, increases throughput by up to 45 percent in certain situations without compromising tail latency. Professor Karsten likened the improvement to optimizing a manufacturing plant's pipeline, resulting in more efficient use of data center CPU caches.Professor Karsten collaborated with Joe Damato, a distinguished engineer at Fastly, to develop a non-intrusive kernel change consisting of just 30 lines of code. This small but impactful modification has the potential to reduce energy consumption in critical data center operations by as much as 30 percent.Central to this innovation is a feature called IRQ (interrupt request) suspension, which balances CPU power usage with efficient data processing. By reducing unnecessary CPU interruptions during high-traffic periods, the feature enhances network performance while maintaining low latency during quieter times.The effectiveness of this solution has been tested, and the code has now been incorporated into the latest Linux kernel, release version 6.13. This inclusion opens the door for widespread adoption across the tech industry. // Related StoriesProfessor Karsten emphasized the potential global impact of this development, noting that if major tech companies like Amazon, Google, and Meta choose to implement this method in their data centers, it could lead to savings of gigawatt-hours of energy worldwide. "All these big companies Amazon, Google, Meta use Linux in some capacity, but they're very picky about how they decide to use it," he said. "Almost every single service request that happens on the Internet could be positively affected by this."This breakthrough comes at a critical time, as recent reports indicate that global data center electricity consumption is expected to more than double by 2026. The International Energy Agency predicts that data center electricity usage could rise from 460TWh in 2022 to between 650TWh and 1,050TWh by 2026, driven largely by the growth of power-intensive workloads such as AI and cryptocurrency mining.
0 Comments ·0 Shares ·69 Views