Table of Contents

Search

  1. Preface
  2. Installation and Configuration
  3. Pre-Installation Tasks
  4. Installation
  5. Post-Installation Tasks
  6. Uninstallation
  7. Troubleshooting the Installation
  8. Configuring Extended JVM Parameters

Installation and Configuration Guide

Installation and Configuration Guide

Configuring Extended JVM Parameters

Configuring Extended JVM Parameters

You can configure the JVM parameter heap size in the
Administrator Daemon
configuration. The heap size depends on the number of applications in your deployment.
By default the heap size allocated to
Administrator Daemon
is 2 GB. To change the heap size add the following configuration in the
admind.cnf
located in the
<Administrator Daemon Installation Directory>/admind/config
directory:
jvmOptions="-Xmx4G -Xms4G"
where
  • -Xmx4G
    is the maximum heap size
  • -Xms4G
    is the minimum heap size

0 COMMENTS

We’d like to hear from you!