It's all about the answers!

Ask a question

Getting out of memory error in RQM 4.0.1?


dapinder bhupal (122) | asked May 03 '13, 11:00 a.m.
 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?

One answer



permanent link
Kevin Ramer (4.5k9186201) | answered May 03 '13, 11:13 a.m.
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.

Your answer


Register or 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.