eclipse junit 内存溢出问题 OutOfMemoryError

eclipse junit 内存溢出问题

 

Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space

 

解决方法:

在Eclipse里选:Window->Preference->Installed JREs->Edit(选中jre),

 

在Default VM Arguments里输入-Xms256m -Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了

 

你可能感兴趣的:(eclipse junit 内存溢出问题 OutOfMemoryError)