Update the JVM arguments. The Jazz Team Server requires specific settings
on the Java Virtual Machine in which it is run.
First,
it needs to know where to find the configuration files for the server and
for log4j, the logging framework used by the server. This is done by
setting the system properties com.ibm.team.server.configURL and log4j.configuration.
These properties use a URL rather than a simple path, so the value should
be specified as a file://-style URL.
The second property that
is required for the Jazz Team Server is to provide more than the default
maximum memory allocation. This allocation should be set according to the
size of the team supported by the server and the memory capacity of the server
where the Jazz Team
Server is running. A typical medium-size team can use a value of 1000 MB of
heap memory for the Jazz Team Server process.
The following system
properties must be set to control server behaviors. Set these JVM properties
in the WebSphere Administrative
Console, by substituting JazzInstallDir with your Jazz Team
Server for System
z installation directory:
- Click .
- Click server1 or your application server.
- Click .
- Click Java Virtual Machine.
- Add the value 1000 to the Maximum Heap Size.
- Click Apply.
- Click Custom Properties.
- Add the following properties: Click New;
enter the Name and Value; then
click OK.
- Click Save directly to the master configuration .