Workshop : Defis OS INRIA, Rennes

Apr 15, 2024·
Kilian KEMGNE
Kilian KEMGNE
· 2 min read
Image credit: CRI_Rennes
Abstract
A challenge during which I presented work on integrating NUMA-awareness into USM (Userspace Memory Management), implementing a memory scheduling policy in a NUMA environment, and comparing USM with FBMM (File-Based Memory Management) (HOTOS ’23).
Date
Apr 15, 2024 9:00 AM — 5:00 PM
Event
Location

INRIA

263 avenue du Général Leclerc, Rennes, BRE 35042

Data centers are today at the heart of all computing, from providing the computing power that supports machine learning, databases, video streaming, etc., down to providing tiny sensors with extra computing power and storage. By centralizing computing, data centers have the potential to deliver massive computing resources while adapting the resource consumption efficiently to changing needs. Nevertheless, data centers have not fully realized their potential of optimizing large-scale computing usage. Instead, studies have consistently shown that, even though new data centers continue to be built, existing data centers are massively underused, typically reaching a usage ratio of only 50%.

The essential problem of managing a data center is to allocate hardware resources, in an environment in which application requirements are not known a priori and are constantly changing, and where at the same time hardware capabilities are regularly evolving. The Defi OS will attack the problem of data center underusage at the operating system level and hypervisor level, as these are the software components that interact directly with the hardware. The Defi brings together researchers from the Whisper, WIDE, Erods (UGA), and Benagil teams and will investigate how virtual machine migration, heterogeneous architectures, rack scale computing, and custom resource management policies can be harnessed to raise the data center usage ratio toward 90%.

Note

Text adapted from the Défi OS project page.

Slides of the Talk Presented at INRIA :

Talk Slides
Kilian KEMGNE
Authors
PhD Student
I am currently a Ph.D. student in Computer Science at the IRIT Laboratory of the University of Toulouse, under the supervision of Prof. Daniel HAGIMONT, Prof. Alain TCHANA and Dr. Camelia SLIMANI. My research focuses on addressing the double paging problem in runtimes, improving swap behavior, and optimizing overall system performance.