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? |
Accepted answer
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,
Kevin Ramer
commented Mar 03 '16, 3:14 p.m.
I think you need 64bit JRE to go beyond 4G.
|
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.