Windows Out of Memory with Pega 8.5 CDH PE
I have setenv.bat as :
set JAVA_OPTS=-Xms8192m -Xmx10240m set JAVA_OPTS=%JAVA_OPTS% -DNodeType=DDS,Batch,WebUser,Search,ADM,Stream,RTDG set JAVA_OPTS=-Djava.awt.headless=true
My windows machine has 16gb of RAM. Once i have added the node type, I could tomcat is closing with out of memory error. Also during the installation i can see the CPU utilization is >95%. How can i address this issue?
Any Comment on this?