X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-journald.service.in;h=a3540c65d2e70085ecd4fa242f93ab176c1a58a9;hb=0b02c7c36dbb6f2ec7434eb8d18e0410ee1cc74c;hp=8d380c84c9a9f0eaeac2069e7553a92a2159e3cc;hpb=a87a38c20196a4aeb56b6ba71d688eefd0b21c30;p=elogind.git diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 8d380c84c..a3540c65d 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -23,7 +23,10 @@ NotifyAccess=all StandardOutput=null CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_AUDIT_READ CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID CAP_MAC_OVERRIDE WatchdogSec=1min +FileDescriptorStoreMax=1024 # Increase the default a bit in order to allow many simultaneous -# services being run since we keep one fd open per service. +# services being run since we keep one fd open per service. Also, when +# flushing journal files to disk, we might need a lot of fds when many +# journal files are combined. LimitNOFILE=16384