feat: temp. cgroup v1 for centos7 docker

This commit is contained in:
Swarsel 2024-08-28 17:32:57 +02:00
parent 38845bf03d
commit a0e9577185
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84

View file

@ -13,6 +13,10 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelParams = [
"SYSTEMD_CGROUP_ENABLE_LEGACY_FORCE=1"
"systemd.unified_cgroup_hierarchy=0"
];
boot.initrd.luks.devices."cryptroot" = { boot.initrd.luks.devices."cryptroot" = {
# improve performance on ssds # improve performance on ssds
bypassWorkqueues = true; bypassWorkqueues = true;