首页 > 代码库 > Eclipse运行程序提示:Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Eclipse运行程序提示:Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

问题描述:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

问题原因:
程序中对象引用过多导致堆空间不足,导致内存溢出

解决方案:
(增大Java虚拟机的内存空间)
打开Eclipse,选择“Run” - “Run Configurations” - “(x)=Arguments”,VM arguments栏中填写 -Xmx800m