Specifies a maximum size for the dbmlsync message log file, at which point the message log file is renamed.
dbmlsync -os size [ K | M | G ]...
The size is the maximum file size for the dbmlsync message logs, specified in units of bytes. Use the suffix k, m or g to specify units of kilobytes, megabytes or gigabytes, respectively. By default, there is no size limit. The minimum size limit is 10K.
Before the dbmlsync utility logs output messages to a file, it checks the current file size. If the log message makes the file size exceed the specified size, the dbmlsync utility renames the output file to yymmddxx.dbs, where yymmdd represents the year, month, and day, and xx is a number that starts at 00 and continues incrementing.
This option allows you to manually delete old message log files and free up disk space.