summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-02-15 11:27:07 +0100
committerLennart Poettering <lennart@poettering.net>2023-03-01 09:43:24 +0100
commit3d092a70b2fc316c7e29ab9ffd4a871a9d24f52a (patch)
tree2233699725df038ac94a1c52ce12096a40ee803b /TODO
parenta4b13ae1be0e8d8b811eb1979224597eca57425f (diff)
downloadsystemd-3d092a70b2fc316c7e29ab9ffd4a871a9d24f52a.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index ae777e26d4..263c4b4e6b 100644
--- a/TODO
+++ b/TODO
@@ -159,6 +159,11 @@ Features:
invokes systemd-mount and exits. This is then useful to use in
ENV{SYSTEMD_WANTS} in udev rules, and a bit prettier than using RUN+=
+* udevd: extend memory pressure logic: also kill any idle worker processes
+
+* SIGRTMIN+18 and memory pressure handling should still be added to: hostnamed,
+ localed, oomd, timedated.
+
* sd-journal puts a limit on parallel journal files to view at once. journald
should probably honour that same limit (JOURNAL_FILES_MAX) when vacuuming to
ensure we never generate more files than we can actually view.