JVM memory problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsrinivasan
    New Member
    • Mar 2007
    • 221

    JVM memory problem

    Hi all,

    I am using tomcat as a web server. I have JVM memory problem when i run my web application. How can i solve it. Anyone know how to increase JVM memory, please reply me.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by rsrinivasan
    Hi all,

    I am using tomcat as a web server. I have JVM memory problem when i run my web application. How can i solve it. Anyone know how to increase JVM memory, please reply me.
    How is your Tomcat installed and on which platform? e.g On Windows (Tomcat 5.5) you simply go Start -> Programs -> Apache Tomcat -> Tomcat Configuration -> Java and there you will find two fields for your initial and maximum heap sizes.

    Comment

    • rsrinivasan
      New Member
      • Mar 2007
      • 221

      #3
      Originally posted by r035198x
      How is your Tomcat installed and on which platform? e.g On Windows (Tomcat 5.5) you simply go Start -> Programs -> Apache Tomcat -> Tomcat Configuration -> Java and there you will find two fields for your initial and maximum heap sizes.
      But i am using Tomcat 4.1.

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by rsrinivasan
        But i am using Tomcat 4.1.
        Perhaps you should have mentioned that earlier ...
        Have a read at this page.

        Comment

        Working...