Sets the maximum size of the Essbase Server log file.
AGTMAXLOGFILESIZE nWhere n is the file size in bytes:
Minimum file size is 1 MB (1048576 bytes). User-specified values less than the minimum are not recognized and are reset to 1 MB.
Maximum file size is 2 GB (2147483647 bytes). User-specified values greater than the maximum are not recognized and are reset to 2 GB.
If no value is specified, the default value of 2 GB (2147483647) is used.
This parameter enables the user to specify the maximum size for the Essbase Server log file.
For the location of essbase.log, see the Oracle Essbase Database Administrator's Guide.
The current log file is always essbase.log. When maximum log file size is reached, the file is renamed essbase.log.n (for example, essbase.log.0, essbase.log.1, and so on), and a new essbase.log file is created.
AGTMAXLOGFILESIZE 1500000
Sets the maximum Agent log file size to 1500000 bytes.