[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Local Properties for Web Application Server (SRC CLI)

To configure basic local properties:

  1. From configuration mode, access the configuration statement that configures the local properties.
    user@host# edit slot 0 application-server
  2. Configure the garbage collection functionality of the Java Virtual Machine.
    [edit slot 0 application-server]
    user@host# set java-garbage-collection-options java-garbage-collection-options
  3. (Optional) If you encounter problems caused by lack of memory, change the maximum memory size available to the JRE.
    [edit slot 0 application-server]
    user@host# set java-heap-size java-heap-size
  4. (Optional) Verify your configuration.
    [edit slot 0 application-server]
    user@host# show

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]