Sets the maximum size of application log files (appname.log).
APPMAXLOGFILESIZE 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 2147483647bytes) is used.
This parameter enables the user to specify the maximum size for application log files.
Application log files are located in MIDDLEWARE_HOME/user_projects/epmsystem1/diagnostics/logs/essbase/essbase_0/app/appname/appname or in ARBORPATH/app/appname, depending on the value of the DEFAULTLOGLOCATION configuration parameter.
The current log file is appname.log. When maximum log file size is reached, the file is renamed appname.log.n (for example, appname.log.0, appname.log.1, and so on), and a new appname.log file is created.
APPMAXLOGFILESIZE 1500000
Sets the maximum Agent log file size to 1,500,000 bytes.