so my UI keeps crashing, found the log (proxy.log) and i see this
[2011-10-06 13:47:40,358,waitForUpdates<=>,UpdatesErrorHandler] Updates thread error notification. PrevError=null, NewError=UnknownRemoteException, NewErrorMessage=(503)Service Unavailable
[2011-10-06 13:47:40,623,http-8308-6<=>,RequestProcessor] Error processing action request /view/fetch : [ServiceNotAvailableException] (503)Service Unavailable
do some reading, and the problem seems to be that tomcat is crashing because of memory restrictions. thats all well and good, i'd gladdly up the value but i cant find where
i've seen some registry values but thats for Vcenter, and they dont exist here.
saw a env var referenced JAVA_OPT that i could set, but i dont even have JAVA installed and im not 100% sure that will work, or how i'd even know..
does anyone have any advice on how to deal with this error or how to increase the memory to tomcat?
Thanks