Change the memory settings according to the product you are using.
Java Web Application Server
Add or change the following Java parameters when you launch the Java Web application server.
For example, if you set -Xms1024m and Xmx2048m as your parameters, the Java virtual machines do the following functions:
The Apache Tomcat Java Web application server that the installer installs.
Go to the install directory, find the appropriate file, and change the settings:
In apache-tomcat/bin/catalina.bat, find the line:
set CATALINA_OPTS=-Xms256m -Xmx2048m …
Make your requirement changes.
In apache-tomcat/bin/service.bat, find the string:
JvmMs 256 --JvmMx 2048
Make your requirement changes.
Note: Reinstall the service as follows:
1. Remove the existing service: service.bat
2. Reinstall the service: service.bat
In the apache-tomcat/bin/catalina.sh, find the line:
CATALINA_OPTS="-Xms256m -Xmx2048m…
Make your requirement changes.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|