WAS crash running RS, LQE and DCC
Kim Soederhamn (1.5k●3●43●48)
| asked Aug 01 '16, 4:20 a.m.
edited Aug 01 '16, 4:58 a.m. by Ralph Schoon (63.5k●3●36●46)
Running the applications makes WAS crash leaving coredumps behind. What to do ?
WAS 8.0 base on windows server 2012 on SQL server.
CLM 6.0.2 ifix3 :-) Distributed enterprise topology.
|
Accepted answer
We found that first of all we exhaust the native memory (although we have 32 GB on the machine).
This is because the space addressed with standard settings in only 4 GB.
so you need to change the JVM args to run with the -Xnocompressedrefs (opposite of default from the guideline)
after that we started getting HEAP outofmemoryexception instead.
This meant that we needed to increase the jvm heap little by little until stabile.
for our server running RS and LQE that size was 16 GB - for another server running both RS,LQE and DCC it was 18 GB
this was our settings in Application servers > server1 > Process definition > Java Virtual Machine
-Xmx18g -Xms18g -Xmn4g -Xgcpolicy:gencon -Xnocompressedrefs -Xgc:preferredHeapBase=0x100000000 -XX:MaxDirectMemorySize=1G
Ralph Schoon selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 01 '16, 4:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Kim,
create a PMR with support and work with them to look at the core dumps to find out why the crash happened. With this few information your question is pointless to be asked here. Comments
Kim Soederhamn
commented Aug 01 '16, 4:32 a.m.
Hi Ralph,
I already have that - I just wanted to share the solution - but last time I included the answer in the question I got a negative response from the moderator :-)
Ralph Schoon
commented Aug 01 '16, 4:43 a.m.
| edited Aug 01 '16, 4:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Kim,
Kim Soederhamn
commented Aug 01 '16, 4:54 a.m.
WAS 8.0 base on windows server 2012 on SQL server.
CLM 6.0.2 ifix3 :-) Distributed enterprise topology.
You know you can edit your question, don't you?
|
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.