diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-25 10:24:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-25 10:24:35 +0100 |
commit | f26f5b60d08a846655ef8da620d4b870ad0bb2e9 (patch) | |
tree | 0ecddf6799a457666d7c8d401adc9ccb0bfde0cf /TODO | |
parent | c7c5b6909582ba5f207ba1c24a2f714ec204397d (diff) | |
parent | 3420075adf05d82a1cd98bc6a17e9349d1427f28 (diff) | |
download | systemd-f26f5b60d08a846655ef8da620d4b870ad0bb2e9.tar.gz |
Merge pull request #7915 from poettering/pids-max-tweak
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -43,6 +43,15 @@ Features: sd_id128_get_machine_app_specific(). After all on long-running systems both IDs have similar properties. +* emulate properties of the root cgroup on controllers that don't support such + properties natively on cpu/io/memory, the way we already do it for + "pids". Also, add the same logic to cgtop. + +* set TasksAccounting=1 on the root slice if we are running on the root cgroup, + and similar for the others, as soon as we emulate them properly. After all, + Linux keeps these system-wide stats anyway, and it costs nothing to expose + them. + * sd-bus: add vtable flag, that may be used to request client creds implicitly and asynchronously before dispatching the operation |