File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,15 @@ content: |
7272
7373 * - :guilabel:`Max Percent of Disk`
7474 - Optional
75- - Log files can take up to this percent of disk space on your
76- MongoDB host's log volume. |mms| deletes the oldest log files
77- once they exceed this disk threshold.
75+ - Log files can sum up to this percent of disk space on your
76+ MongoDB host's log volume. |mms| deletes log files beginning
77+ with the oldest and progressing forward in time until the sum
78+ of the sizes of your log files is below this threshold.
79+
80+ This threshold applies separately to standard MongoDB logs
81+ and audit logs. For example, if your standard logs sum to 2%
82+ of total disk space but your audit logs sum to less than 2%
83+ of total disk space, |mms| only deletes your standard logs.
7884
7985 If you leave this setting empty, |mms| will use the default of
8086 ``2%``.
You can’t perform that action at this time.
0 commit comments