From: Lennart Poettering Date: Wed, 13 Aug 2014 16:53:05 +0000 (+0200) Subject: journald: also increase the SendBuffer of /dev/log to 8M X-Git-Tag: v216~150 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5e8b767df6e18444d5aff2987b5e5603361ed528 journald: also increase the SendBuffer of /dev/log to 8M http://lists.freedesktop.org/archives/systemd-devel/2014-August/021825.html --- diff --git a/units/systemd-journald-dev-log.socket b/units/systemd-journald-dev-log.socket index c01b310b4..ffd44bb50 100644 --- a/units/systemd-journald-dev-log.socket +++ b/units/systemd-journald-dev-log.socket @@ -17,10 +17,16 @@ Before=sockets.target IgnoreOnIsolate=yes [Socket] +Service=systemd-journald.service ListenDatagram=/run/systemd/journal/dev-log Symlinks=/dev/log SocketMode=0666 PassCredentials=yes PassSecurity=yes + +# Increase both the send and receive buffer, so that things don't +# block early. Note that journald internally uses the this socket both +# for receiving syslog messages, and for forwarding them to any other +# syslog, hence we bump both values. ReceiveBuffer=8M -Service=systemd-journald.service +SendBuffer=8M