1
0

chore(lab04): add process section placeholder

This commit is contained in:
2026-05-26 13:59:08 +00:00
parent 4924a705be
commit 362730f76f

View File

@@ -2,6 +2,10 @@
= Multiprocessing
== Process, signals, and communication
// TODO Yann
== CGroups
The goal of this part is to understand how to use cgroups to limit the resources of a process. We will initially focus on memory, but cgroups can also be used to limit CPU, I/O, and other ressources.