Help me to overcome OutOfMemoryError

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Muzammil
    New Member
    • Sep 2006
    • 1

    Help me to overcome OutOfMemoryError

    hello
    i need help to resolve that error by increasing Heap size .how heap size is increase . i m using Tomcat server .
    kindly help me out.
    Thanks
    Muzammil
  • Subrahmanyam
    New Member
    • Sep 2006
    • 5

    #2
    Originally posted by Muzammil
    hello
    i need help to resolve that error by increasing Heap size .how heap size is increase . i m using Tomcat server .
    kindly help me out.
    Thanks
    Muzammil
    Well, you can probably increase the heap size by setting the command line arguments before starting the tomcat server. Just try this link http://www.chemaxon.com/jchem/doc/admin/tomcat.html

    Comment

    • prasadbv
      New Member
      • Sep 2006
      • 2

      #3
      I feel there is some memory leak somewhere in your code. The defalut heap size is usually much sufficient.
      My suggestion would be to look into your code before increasing the heap size.

      Comment

      Working...