1
0
-1

Hi Guy's

Hope you can help.

I am experiencing an "java.lang.OutOfMemoryError" exception. (Exception in thread "Timer-0" java.lang.OutOfMemoryError: Jave heap space)

My server specs are: 64-bit, 8GB RAM

Thanks for the help,

Cheers, Ernest.

 

 

 

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      It's not about the specs, but about the way the memory is reserved for java Processes.  Please check: http://javarevisited.blogspot.com.co/2011/09/javalangoutofmemoryerror-permgen-space.html

        CommentAdd your comment...
      1.  
        2
        1
        0

        Hi, there is a section on memory allocation and usage at Performance Optimization and Scalability Tips#EnsureSufficientJavaVMMemoryAllocation that should be useful. 

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Hi Anders,

          Thanks so much for the useful reference.

          Cheers,

          Ernest.

           

            CommentAdd your comment...