Audit.handler.file.size

This property specifies the size in KB that the Audit.handler.file.name file grows before a new file is created.

Audit.handler.file.size=sizeInKBytes
The value indicates the size limit at which an audit file is closed and a new audit file is written. The actual size of the resulting audit file might exceed this value by several bytes because the file is closed after the size limit is exceeded.
Required
Optional. Recommended.
Values
0 - integervalue (in KB).

The value of integervalue is a positive integer. Specifying zero sets the file size to the default value.

Default
100000

The default is 100 MB, which is 100000 KB.

Example
To set the file size to approximately 20 MB, enter:
Audit.handler.file.size=20000