To edit JVM options on UNIX, create a file named jvm_options.conf in the data folder with the following Java arguments:
-Xms128M -Xmx192M -d64
Specifies the minimum heap memory allowed for the JCS
Example: -Xms128M, specifies the minimum heap memory allowed for the JCS is 128 MB.
Specifies the maximum heap memory allowed for the JCS.
Example: -Xmx192M, specifies the maximum heap memory allowed for the JCS is 192 MB.
Specifies that the JVM is run in a 64 bit environment.
Note: For more information, see the documentation for the Java command tool at http://java.sun.com
|
Copyright © 2014 CA.
All rights reserved.
|
|