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

WAS Liberty and CLM RAM.

All,

When using WAS Liberty on my demo server, I want to upgrade the allocated RAM up to 8GB. How do I do this?

1

0 votes


Accepted answer

Permanent link
Hi Mahari,

This can be done using the serverstartup.bat, on my windows installation, this file is found under:
    C:\IBM\CLM601\JazzTeamServer\server\server.startup.bat

The lines to edit would be :
set JAVA_OPTS=%JAVA_OPTS% -Xmx4G
set JAVA_OPTS=%JAVA_OPTS% -Xms4G
set JAVA_OPTS=%JAVA_OPTS% -Xmn512M

to
set JAVA_OPTS=%JAVA_OPTS% -Xmx8G
set JAVA_OPTS=%JAVA_OPTS% -Xms8G
set JAVA_OPTS=%JAVA_OPTS% -Xmn2G

hope this helps.

Regards,
Dinesh

Mahari Hill selected this answer as the correct answer

4 votes

Comments

Odd,

It seemed to work, but now, the max is still 4GB. Not sure why.

I think you need 64bit JRE to go beyond 4G.

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
× 7,485
× 6,116
× 2

Question asked: Feb 15 '16, 8:52 a.m.

Question was seen: 3,041 times

Last updated: Mar 03 '16, 3:14 p.m.

Confirmation Cancel Confirm