The Artima Developer Community
Sponsored Link

Java Answers Forum
Customizing the Method Area of a JVM

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
murali

Posts: 1
Nickname: kiddu
Registered: Jun, 2003

Customizing the Method Area of a JVM Posted: Jun 19, 2003 3:19 AM
Reply to this message Reply
Advertisement
Hi ,

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.

Thanks & Regards,
Y.A.J.Murali Krishna ,
MasterCraft Group,
Tata Consultancy Services,
54B , Industrial Estate,Hadapsar
Pune,
Maharashtra,
Ph :020-4042559(Office)

Topic: Watch Training Video on Enterprise JavaBeans For Free(DSL version) Previous Topic   Next Topic Topic: Trouble with recognised custom event handler class?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use