It's all about the answers!

Ask a question

WAS Liberty and CLM RAM.


0
1
Mahari Hill (4861122223) | asked Feb 15 '16, 8:52 a.m.
All,

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

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Feb 15 '16, 9:11 a.m.
JAZZ DEVELOPER
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

Comments
Mahari Hill commented Mar 03 '16, 12:01 p.m.

Odd,

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


Kevin Ramer commented Mar 03 '16, 3:14 p.m.

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

Your answer


Register or to post your answer.