OutOfmemoryError

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhing
    New Member
    • Oct 2006
    • 43

    OutOfmemoryError

    Hiya!!!
    Please help me on this, we have a website running under linux with JSP and Apache-tomcat ... when we try to upload and edit something it returns out of memory, and suddenly tomcat will shutdown, we dont want our website to be like this, it should always be up....please help...

    this is the error message s found in catalina.log
    *************** *************** *************** ******
    Mar 21, 2007 10:01:44 AM org.apache.cata lina.core.Conta inerBase$Contai nerBackgroundPr ocessor processChildren
    SEVERE: Exception invoking periodic operation:
    java.lang.OutOf MemoryError: Java heap space
    *************** *************** *************** ****
    any tips on how to resolve this problem?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by bhing
    Hiya!!!
    Please help me on this, we have a website running under linux with JSP and Apache-tomcat ... when we try to upload and edit something it returns out of memory, and suddenly tomcat will shutdown, we dont want our website to be like this, it should always be up....please help...

    this is the error message s found in catalina.log
    *************** *************** *************** ******
    Mar 21, 2007 10:01:44 AM org.apache.cata lina.core.Conta inerBase$Contai nerBackgroundPr ocessor processChildren
    SEVERE: Exception invoking periodic operation:
    java.lang.OutOf MemoryError: Java heap space
    *************** *************** *************** ****
    any tips on how to resolve this problem?
    If you are sure there are no infinite loops,
    Increase the heap size for the JVM

    Comment

    • bhing
      New Member
      • Oct 2006
      • 43

      #3
      yeah tnx..
      but before i increase the java heap size i want to know the current heap size...
      Where should i find that current heap size?

      Comment

      Working...