Hey there!
I'm running a pretty vanilla CAS system as a login system for a few internal applications at my company at a pretty low traffic rate. My CAS deployment fell off this morning (running 4.2.2) due to Permgen out of memory issues. I've got a few questions as to how best to mitigate CAS' downtime.
Suggestions seem to say that CMSClassUnloadingEnabled should be ticked. Does this help to alleviate issues? (Flag is for cleaning up unused classes out of memory. Does CAS dynamically allocate many classes at runtime that I should be worried about, or am I misconfiguring something?)
I also control the environment and wondering if java 8's memory management and GC implementation would help to mitigate this kind of stuff. Is 4.2.2 supported in java 8 or do I have to wait for the v5 to drop? Does java8 help with memory management?
Appreciate any assistance,
-Jeff