Merge pull request #256652 from giorgiga/rateLimitBurst-documentation

Clarify journal size limit defaults in documentaiton of services.journald.rateLimitBurst
This commit is contained in:
Florian Klink 2024-02-06 13:26:35 +01:00 committed by GitHub
commit 7c0a129076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,9 @@ in {
journald.conf(5)](https://www.freedesktop.org/software/systemd/man/journald.conf.html).
Note that the total amount of logs stored is limited by journald settings
such as `SystemMaxUse`, which defaults to a 4 GB cap.
such as `SystemMaxUse`, which defaults to 10% the file system size
(capped at max 4GB), and `SystemKeepFree`, which defaults to 15% of the
file system size.
It is thus recommended to compute what period of time that you will be
able to store logs for when an application logs at full burst rate.