Create a group:
In /etc/cgconfig.conf
add the following lines:
group telemetry {
memory {
memory.limit_in_bytes = 100m;
}
}
Determine which process run in which group
In /etc/cgrules.conf
add the following lines:
# user subsystems control_group
telemetry memory telemetry/