The maxsize option, when enabled, specifies the maximum file size limit for files in MB. When a file is created with this option enabled, an error will be returned when the file reaches the specified size. The default value is 0, which allows files to grow up to the limit of the file system where the file is located.
Example
<maxsize>1024</maxsize>
This example will allow the file to grow up to 1 GB.
See also