欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

eclipse scala Could not reserve enough space for object heap

程序员文章站 2022-06-03 18:58:04
eclipse scala Could not reserve enough space for object heap ......

 

【学习笔记】

防盗版实名手机尾号:73203 could not reserve enough space for object heap

解决方法:下面的缩写中:一个是memory max(xmx), 一个是memory start (xms)。

在eclipse.ini中这样来设置解决:

-dosgi.requiredjavaversion=1.8
-xmx3004m
-xms40m
-xx:maxpermsize=1256m

文章转载自原文: