Administering : Maintaining Focal Point : Managing application server memory parameters
  
Managing application server memory parameters
When you installed Focal Point, the memory usage limit for the server is already set. You can increase the memory usage for the application server by specifying it with an application server utility or by manually modifying the required files.
Specifying memory by using the Apache Tomcat server utility
To increase the memory in Apache Tomcat server when the services are running, use the server configuration utility.
1 Open the Apache Tomcat Properties window, and then click Java.
2 On the Java tab, you can change the values of the Java memory parameters.
Manually modifying the server configuration file
1 Navigate to the following folder:
FocalPoint-InstallDir\server
2 Open the following file:
Operating system
Filename and location
Windows
server.startup.bat
Linux or Solaris
server.startup.sh
3 In the configuration file, modify the required values or add the parameters if they are not listed:
Allocate more server HEAP memory
Add more flags for optimizing JVM/Server for performance.
4 Save the configuration file and restart the application server.
Go up to
Maintaining Focal Point