I moved my application from IBM JDK (IBM J9 VM ) to OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode) .
In IBM JDK environment we were using WebSphere while in OpenJDK we are using Tomcat .
Things were fine till we got this Exception. The application is happily running in IBM JDK and WebSphere environment.
Exception in thread "ajp-bio-14004-exec-462" java.lang.OutOfMemoryError: PermGen space
java.lang.OutOfMemoryError: PermGen space
Is there anyway I can get to know what is default PermGen for both Java environment by running some command. I searched internet and went through some documents , no luck. I tried kill -3 as well.