-2

I have created one war file. While running that file it shows the message like this "java.lang.OutOfMemoryError: GC overhead limit exceeded". How can I overcome this error..

balaguru
  • 1
  • 1
  • 4
  • possible duplicate of http://stackoverflow.com/questions/1393486/error-java-lang-outofmemoryerror-gc-overhead-limit-exceeded – Vivek Jan 21 '15 at 06:34

1 Answers1

1

You can Increase the heap size from eclipse.ini

-Xms40m
-Xmx1024m
Sumit Singh
  • 24,095
  • 8
  • 74
  • 100