“insufficient memory for the Java Runtime Environment ” message in eclipse

后端 未结 10 1642
天命终不由人
天命终不由人 2020-12-08 03:51

When I run my Java code in Eclipse, I get the following message:

There is insufficient memory for the Java Runtime Environment to continue.
Native memory all         


        
10条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-08 04:52

    Your application (Eclipse) needs more memory and JVM is not allocating enough.You can increase the amount of memory JVM allocates by following the answers given here

提交回复
热议问题