Under certain conditions, client heap size issues can occur; for example, when:
OEDQ allows the client heap size to be adjusted using a property in the blueprints.properties file.
To double the default maximum client heap space for ALL Java Webstart client applications, create (or edit if it exists) the file blueprints.properties in the config/properties directory of the OEDQ server, and add the line:
*.jvm.memory = 512m
To adjust the heap size for a specific application, replace the * with the blueprint name of the client application from the list below:
Note: Dashboard is not a Java Webstart application, and therefore cannot be controlled using this property.
For example, to double the maximum client heap space for Director, add the following line:
director.jvm.memory = 512m
When doubling the client heap space for more than one application, simply repeat the property; for example, for Director and Match Review:
director.jvm.memory = 512m
matchreviewoverview.jvm.memory = 512m