Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leninbecse
    New Member
    • Aug 2010
    • 15

    Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    Exception in thread "AWT-EventQueue-0" java.lang.OutOf MemoryError: Java heap space
    how can i resolve the above error??i am expecting for your favorable reply



    Thank you in advance
  • Dheeraj Joshi
    Recognized Expert Top Contributor
    • Jul 2009
    • 1129

    #2
    It looks like a heap size problem.
    Use -Xmx512m to change the max heap to 512. Default is 128 m

    Regards
    Dheeraj Joshi

    Comment

    • leninbecse
      New Member
      • Aug 2010
      • 15

      #3
      thank you Mr.Dheeraj Joshi

      Comment

      Working...