How to edit JVM settings of bundled WAS liberty in case of CLM 6.0.2 ?
Hi,
I want to change Heap memory size of liberty's JVM. But I can not know how to do this. I can see used heap memory via admin Center. But it is not editable. https://hostname:9443/adminCenter/#explore/monitor Thank you in advance. Natsumi |
Accepted answer
The Liberty JVM settings can be updated in the server.startup.bat or (probably) server.startup.sh script in the <JAZZ_HOME>\server directory:
e.g: ... set JAVA_OPTS=%JAVA_OPTS% -Xmx4G Natsumi Yokoyama selected this answer as the correct answer
Comments
Natsumi Yokoyama
commented Jun 02 '16, 8:57 p.m.
I can change my liberty settings by updating server.startup.bat. Thank you for your answer.
|
One other answer
|
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.