uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE37607-E

A memory shortage has occurred. Check, and if necessary, revise aa....aa. (error details = [bb....bb])

aa....aa: Option definition file name
bb....bb: Error details
Description
The usable memory cannot be secured because a memory shortage has occurred in the server management command. Change the settings of the Java heap size and Permanent area based on the error details, and then re-execute the command.
Action
When the option definition file name is usrconf.bat or usrconf
  • When the Java heap is insufficient
    Specify the JavaVM option -Xmx<size> in the USRCONF_JVM_ARGS key of the option definition file for server management commands, and then extend the maximum size of the Java heap memory allocation pool.
  • When the Permanent area is insufficient
    Specify the JavaVM option -XX:MaxPermSize=<size> in the USRCONF_JVM_ARGS key of the option definition file for server management commands, and then extend the maximum size of the Permanent area.
  • When the C heap is insufficient
    Terminate the unnecessary applications running on the operating system on which the server management commands are running.
When the option definition file name is adminagentuser.cfg
  • When the Java heap is insufficient
    Specify the JavaVM option -Xmx<size> in the add.jvm.arg key of the option definition file for the Administration Agent, and then extend the maximum size of the Java heap memory allocation pool.
  • When the Permanent area is insufficient
    Specify the JavaVM option -XX:MaxPermSize=<size> in the add.jvm.arg key of the option definition file for the Administration Agent, and then extend the maximum size of the Permanent area.
  • When the C heap is insufficient
    Terminate the unnecessary applications running on the operating system on which the APIs of the server management commands are running.