Hi,
We are getting the out of memory exception in App Dyn logs. This stop the controller process and we are forced to restart the controller process.
[#|2013-07-05T13:15:26.253+0100|SEVERE|sun-appserver2.1|com.singularity.ee.controller.beans.ExceptionHandlingInterceptor|_ThreadID=124;_ThreadName=p: thread-pool-1; w: 107;_RequestID=813aba3f-5b20-41d7-99e5-2e58a9a4dfd3;|Encountered unexpected exception
java.lang.Exception: java.lang.OutOfMemoryError: Java heap space
Thanks,
Ashok
Hi Steve,
Thanks for writing in to the appsphere community forum. We understood that your controller is meeting system requirements for the performance profile you have installed, let us know if any disconnect:
http://docs.appdynamics.com/display/PRO13S/Controller+System+Requirements
Can you please increase the the following values in domain.xml under <Controller_install_dir>/appserver/domains/domain1/config/domain.xml as follows:
- stop the controller glassfish server:
shell> cd <controller_dir>/bin
shell> ./controller.ba/sh stop-appserver
Increase the values for -Xms and -Xmx values in domain.xml , and then start the server
shell> cd <controller_dir>/bin
shell> ./controller.ba/sh start-appserver
Please let us know how it goes
On a side note, we request you raise your queries using form at
and select appropriate board option while posting query (say: appd pro, lite etc, instead community feedback as raising problem queries under this section will not get notified to appsphere support team)
Thanks,
Arun