I have a small doubt regarding the startup of OC4J in Oracle9i Application Server.
We are starting the OC4J using the following command
java -Xms512m -Xmx512m -Xss2m -jar oc4j.jar
So while starting up we can customize the Heap size and stack size of the JVM.
In the same way can we give customize the Method Area of the JVM ??
i require this information because while starting the Applicaton Server we are getting the error unable to load the class file . our class file is very big one .so i think the default Method Area size is less than the class file size.
if there is no way to customize the Method Area size , please suggest me any otherway other than breaking up the existing class file.