Java memory tuning

The Java Runtime memory settings are configured in the deploy.properties file. The default values are tuned to a scenario of 250 concurrent users per node.

  • security.jvm.settings
  • core.jvm.settings
  • composition.jvm.settings
  • conversion.jvm.settings
  • batch.jvm.settings
Perform the following steps to modify the JVM settings:
  1. Update the setting in your deploy.properties.
  2. Stop the associated service bundle you wish to tune.
  3. Run the 'configure' target on the server.
    For example, if you modify the ${security.jvm.settings} execute the eos.groovy on the security bundle servers:
    groovy eos.groovy -b security -p deploy.properties -t primary configure