seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

Switch to cgroup v2 #227

Open eroussy opened 2 weeks ago

eroussy commented 2 weeks ago

Astract All SEAPATH Yocto machines use only cgroupv1. We should switch to cgroup v2 and verify that it does not harm performance.

Work to do The kernel parameter systemd.unified_cgroup_hierarchy=0 is included in conf/machine/seapath-machine-common.in. It should be removed, and cyclictest+latency test should be done to ensure that it does not impact performances.