diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-09-17 14:58:00 -0500 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-17 14:58:00 -0500 |
commit | ddca82aca08712a302cfabdbe59f73ee9ed3f73a (patch) | |
tree | 9e2b487840cf91cb27386ac932616386a4d1f101 /TODO | |
parent | 387abf80ad40e4a6c2f4725c8eff4d66bf110d1f (diff) | |
download | systemd-ddca82aca08712a302cfabdbe59f73ee9ed3f73a.tar.gz systemd-ddca82aca08712a302cfabdbe59f73ee9ed3f73a.tar.bz2 systemd-ddca82aca08712a302cfabdbe59f73ee9ed3f73a.zip |
cgroup: get rid of MemorySoftLimit=
The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay
around in the kernel for good, so let's not expose it for now. We can
readd something like it later when the kernel guys decided on a final
API for this.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -60,8 +60,6 @@ Features: * always set memory.user_hierarchy for all cgroups we create -* Get rid of MemorySoftLimit= - * After coming back from hibernation reset hibernation swap partition * mounts: do not test each mount unit against each other mount unit to |