Skip to content

Commit 61135f5

Browse files
committed
RHDEVDOCS-4015 - Corrected case of value 'SystemMaxUse=8G'
1 parent 108d29a commit 61135f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cluster-logging-systemd-scaling.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ storage:
4848
RateLimitIntervalSec=30s
4949
Storage=persistent <6>
5050
SyncIntervalSec=1s <7>
51-
SystemMaxUse=8g <8>
51+
SystemMaxUse=8G <8>
5252
SystemKeepFree=20% <9>
5353
SystemMaxFileSize=10M <10>
5454
----
@@ -71,7 +71,7 @@ include a unit: "year", "month", "week", "day", "h" or "m". Enter `0` to disable
7171
* `none` to not store logs. systemd drops all logs.
7272
<7> Specify the timeout before synchronizing journal files to disk for *ERR*, *WARNING*, *NOTICE*, *INFO*, and *DEBUG* logs.
7373
systemd immediately syncs after receiving a *CRIT*, *ALERT*, or *EMERG* log. The default is `1s`.
74-
<8> Specify the maximum size the journal can use. The default is `8g`.
74+
<8> Specify the maximum size the journal can use. The default is `8G`.
7575
<9> Specify how much disk space systemd must leave free. The default is `20%`.
7676
<10> Specify the maximum size for individual journal files stored persistently in `/var/log/journal`. The default is `10M`.
7777
+

0 commit comments

Comments
 (0)