System requirments for JTS + DM,CCM,DCC,RELM,LQE,QM,RS,RM
Hi All.
We have installed JTS + DM,CCM,DCC,RELM,LQE,QM,RS,RM on standalone server. Also on this server installed DB2 database. Server is virtual server and has 20Gb Ram.
Periodically we have problem - OutOfMemoryError.
Startup.bat has those parameters:
set JAVA_OPTS=%JAVA_OPTS% -Xmx13G
set JAVA_OPTS=%JAVA_OPTS% -Xms13G
set JAVA_OPTS=%JAVA_OPTS% -Xmn4G
What we can to do for normalize work with product?
|
One answer
Ian Barnard (2.3k●7●14)
| answered Aug 22 '17, 12:20 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 22 '17, 12:49 p.m. Not an expert in production deployment, but having all the apps (in particular LQE and DCC which is installed with JRS are resource-hungry) on one server is going to stress it. And using a virtual server probably won't help.
Comments You should never plan to deploy all the applications into a single server system as the processing model for LQE and DCC have conflicting requirements with the other applications. DCC and LQE are designed to load data into processor memory to improve performance and the result is that the other applications become starved of memory and cannot allocate heap. This results in the OutOfMemory errors you are seeing.
Thanks a lot for explanation.
At all, if i understand correctly, i should have those structure - one server with IBM Jazz Reporting Service and second with other CLM apps. And, ideally DB2 on third
Ian Barnard
commented Aug 23 '17, 4:10 a.m.
| edited Aug 23 '17, 4:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As Alan said, the key apps to split out onto separate servers (plural, i.e. one server each, i.e. not co-located) are DCC and LQE. There is all sorts of deployment guidance on the links I gave. And yes DB2 on its own server too.
For LQE deployment guidance see https://jazz.net/wiki/bin/view/Deployment/LifecycleQueryEngineBestPractices
|
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.