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:
- Update the setting in your deploy.properties.
- Stop the associated service bundle you wish to tune.
-
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