From e94302c22df63e86fa4883634e1b1f64990ae783 Mon Sep 17 00:00:00 2001 From: Kalimuthu-Velappan <53821802+Kalimuthu-Velappan@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:25:23 +0530 Subject: [PATCH] Update in-memory-logging.md --- system/in-memory-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/in-memory-logging.md b/system/in-memory-logging.md index dfa731b0f965..fed0fef1eb4a 100644 --- a/system/in-memory-logging.md +++ b/system/in-memory-logging.md @@ -203,7 +203,7 @@ In order to simplify the application interface and improve the logging performan - memmap=1G@64MB - Disk write policy - Logs are written into the disk for every 5 minutes as part of cronjob and rsyslog rule. - - Logs are written into the disk when 10K in-memory messages are generated. + - Logs are written into the disk when ~10K in-memory messages are generated. - Logs are written into the disk when a user issues a reboot(cold/warm/fast) command. - Logs are written into the disk once during techsupport collection. - During kernel panic, all the in-memory logs are written into the disk as port kdump data collection.