Changing the Memory Allocated to the StarTeam Web Server

The number of memory the StarTeam Web Server can consume while running directly affects the amount of StarTeam views that can be supported on the StarTeam Web Server. To increase the memory provided to the StarTeam Web Server in order to support larger StarTeam configurations, the Administrator should perform the following steps before starting the StarTeam Web Server.
  1. Navigate to the file setenv.bat located in /apache-tomcat-[version]/bin in the installation folder.
  2. Increase the JAVA_OPTS=-Xmxvalue. value is the maximum size, in bytes, of the memory allocation pool. This value must be a multiple of 1024 greater than 2MB. You can append the letter k or K to indicate kilobytes, or m or M to indicate megabytes. For example, the value can appears as -Xmx83886080, -Xmx81920k, or -Xmx80m.