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

IBM RTC Tomcat Heap size issue

Hi everyone,

   we have installed tomcat and ccm and  able to work properly for 3 months period, but suddenly it stopped working. when we start tomcat server it is starting within few seconds.

Some heap files are created at the below location:
C:\Program Files\IBM\JazzTeamServer\server

How to change the Heap size without starting the tomcat or accessing it from browser, because i am not able to start tomcat.

please help me what might be the problem.

0 votes



One answer

Permanent link
If you're starting it from server.startup script, you should look for the following lines in there:
set JAVA_OPTS=%JAVA_OPTS% -Xmx1G
set JAVA_OPTS=%JAVA_OPTS% -Xms1G
These options are the maximum and initial heap size. If CLM is failing to start, that probably means that there is not enough free memory to satisfy the initial heap size. Please note, that as per our recommendations, both values should be equal.

It's the same if you're starting CLM as a service, only the relevant parameters Xmx and Xms are defined in the service configuration.

0 votes

Comments

Hi Vinay,
I am assuming that you are using RTC 4.0. Therefore you need to modify two additional entries:

set JAVA_OPTS=%JAVA_OPTS% -Xmn512M
rem set JAVA_OPTS=%JAVA_OPTS% -XX:MaxDirectMemorySize=1G

Anyway what is your error message in tomcat/logs/catalina.out file?

Thank you for your suggestions. My client is facing this problem, i will come up with the data you requested.


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
× 12,019

Question asked: Apr 04 '14, 6:37 a.m.

Question was seen: 4,903 times

Last updated: Apr 04 '14, 11:54 a.m.

Confirmation Cancel Confirm