|
Re: systemd and BFS patched kernels
I believe that.
The problem is that cgroups are used by systemd to control CPU distributions over services.
The problem all batch systems have is that none that I know of really support cgroups - which means all batch job entries are sharing the same cgroup. And that means they will cause conflicts with each other.
On the other hand, this can be claimed to be "working properly" as they are not supposed to deal with cgroups.
|