Linux / Solaris, all versions of BAO/TSO:
- Login to the server on which you installed TSO and navigate to the $TSO_HOME\bin directory.
- Edit the server.sh file using the following command: vi server.sh
- Press i to enter insert mode.
- Navigate through the file and locate the following string (this can be the beginning of a long line; there can be additional parameters): JAVA_OPTS="-server -Xmx1280"
- Change the current numeric value to the desired value.
- Press Esc, then hold the Shift key and type zz to save the file and exit vi.
- Restart the TSO service.
Windows, BAO 7.6.03:
- Login to the server on which you installed BAO.
- Run the command "[BAO_HOME]\tomcat\bin\tomcat6w.exe //ES/BAO-CDP1", substituting your BAO installation directory and the name of your BAO service
- Click the Java tab.
- Change the "Maximum memory pool" parameter to the new heap size
- Save the changes and close the window.
- Restart the BAO service.
Windows, BAO 7.7.00 through 7.8.01:
- Login to the server on which you installed BAO.
- Run the command "[BAO_HOME]\tomcat\bin\tomcat7w.exe //ES/BAO-CDP1", substituting your BAO installation directory and the name of your BAO service
- Click the Java tab.
- Change the "Maximum memory pool" parameter to the new heap size
- Save the changes and close the window.
- Restart the BAO service.
Windows, BAO 7.8.02 , 7.9.xx and TSO 8.1.xx.xxx
- Login to the server on which you installed BAO/TSO.
- Run the command "[BAO_HOME/TSO_HOME]\tomcat\bin\tomcat8w.exe //ES/BAO-CDP1", substituting your BAO installation directory and the name of your BAO/TSO service
- Click the Java tab.
- Change the "Maximum memory pool" parameter to the new heap size
- Save the changes and close the window.
- Restart the BAO service.
Windows, TSO 8.2, 20.02 and 22.2:
- Login to the server on which you installed TSO.
- Run the command "[TSO_HOME]\tomcat\bin\tomcat9w.exe //ES/BAO-CDP1", substituting your BAO installation directory and the name of your BAO/TSO service
- Click the Java tab.
- Change the "Maximum memory pool" parameter to the new heap size
- Save the changes and close the window.
- Restart the BAO service.
TSO has many of the options available as JVM settings. This includes maximum and minimum heap space, PermGen space, and other options. You can find a full description of available parameters at http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html.
Please note that we recommend setting maximum and minimum heap space to the same value for optimum performance so that the peer will have that much of memory available at its startup.