]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: lower the maximum entry size limit to ½ for non-sealed fds
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 5 Dec 2018 21:52:53 +0000 (22:52 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 Jan 2019 22:41:53 +0000 (23:41 +0100)
commit6670c9de196c8e2d5e84a8890cbb68f70c4db6e3
treeff19ce32c668a706b9c41e7365e528110b764119
parent964ef920ea6735d39f856b05fd8ef451a09a6a1d
journald: lower the maximum entry size limit to ½ for non-sealed fds

We immediately read the whole contents into memory, making thigs much more
expensive. Sealed fds should be used instead since they are more efficient
on our side.
src/journal/journald-native.c