Re: [systemd-devel] Setting low-level cgroups attributes in systemd

2013-12-10 Thread Joe Miller
Understood. Thank you for the explanation. I'm not familiar with the cgroup rework being done so I don't have any ideas or opinion on that at the moment. I was not aware of %c. It sounds like that might be a reasonable and simple workaround for now. thanks On Tue, Dec 10, 2013 at 9:24 AM, Lenna

Re: [systemd-devel] Setting low-level cgroups attributes in systemd

2013-12-10 Thread Lennart Poettering
On Mon, 09.12.13 10:31, Joe Miller ([email protected]) wrote: > It appears that the .slice changed described here[1] removed all ability to > set low-level cgroups settings, is that correct? Yes, that is correct. With the new code only attributes that systemd understands can be set, nothing else.

[systemd-devel] Setting low-level cgroups attributes in systemd

2013-12-09 Thread Joe Miller
It appears that the .slice changed described here[1] removed all ability to set low-level cgroups settings, is that correct? For cgroup attributes that systemd does not natively support (example: cpu.cfs_period_us and cpu.cfs_quota_us) it was previously possible to set these 1. via unit files: C