log-archive-max-size

Maximum size of the log archive folder

Syntax

--log-archive-max-size size

Description

log-archive-max-size specifies the maximum size to which the log archive folder can grow before old log files are deleted.

If this property is not specified, then the log archive grows without limit.

Parameters

size

Size, in bytes, of the archive folder.

Examples

Reap log archives when they reach 5 MB.

--log-archive-max-size 5MB
Was this topic helpful?