• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

urgent JVM memory size, Please reply

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can i increase jvm memory size with jsp.
i m useing tomcat4

or there is any other way to do this

Have tried setting the CATALINA_OPTS="-Xmx128m -Xms128m" environment variable, but seems to have no effect
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try setting the JAVA_OPTS variable in the Catalina.bat file that actually starts Tomcat, rather than as an Environment variable.

I think we had another message thread on memory recently, try searching.

Do you honestly think that "urgent" "please reply" will have any effect on whether or not you get an answer?

Bill
[ June 09, 2004: Message edited by: William Brogden ]
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
vikas, I deleted your first 'urgent' post, which you had posted only about 10 minutes previous to this one.

One thing to consider in the future, is that a large number of javaranch users are potentially in a different timezone than you. I certainly wasn't awake at 6AM this morning.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic