Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Getting out of memory error in RQM 4.0.1?

 I have more than 3000 test plan, test cases and test scripts saved in the RQM. Right now I am facing performance issues. I am getting "out of memory" error frequently. 

Is there any limit of creating test data in RQM?

0 votes



One answer

Permanent link
For the J2EE application (WebSphere or Tomcat) what values are used for the -Xmx and -Xms parameters in the server.startup file ?  How much memory is on the hosting server ?
I'm sure we have QM with 1000s of records and it runs pretty solid for weeks on end w/o hitting memory errors.

Here is example of what one might find in the server.startup for Tomcat based J2EE

JAVA_OPTS="$JAVA_OPTS -DJAZZ_HOME=file://"`pwd`"/conf"
JAVA_OPTS="$JAVA_OPTS -Dcom.ibm.team.repository.tempDir=$TEMP_DIR"
JAVA_OPTS="$JAVA_OPTS -Dlog4j.configuration=file://"`pwd`"/conf/startup_log4j.properties"
JAVA_OPTS="$JAVA_OPTS -Xmx5G"
#JAVA_OPTS="$JAVA_OPTS -Xms4G"
JAVA_OPTS="$JAVA_OPTS -Xmn512M"

The means of setting JVM parameters is documented elsewhere.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 03 '13, 11:00 a.m.

Question was seen: 5,283 times

Last updated: May 03 '13, 11:13 a.m.

Confirmation Cancel Confirm