一。eclipse编译过程出现堆栈溢出情况,有可能是eclipse.ini文件的问题。


eclipse编译过程出现堆栈溢出情况


-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms1024m
-Xmx1800m
-XX:MaxPermSize=1024m


加上红色这一段


二。当然也可以在window---preferences--installed JRES

如下图在VM  arguments中加入参数-Xms512m  -Xmx1024m

eclipse编译过程出现堆栈溢出情况







相关文章:

  • 2021-12-22
  • 2021-08-14
  • 2021-04-16
  • 2022-12-23
  • 2022-01-16
  • 2021-11-21
  • 2021-12-22
  • 2022-02-17
猜你喜欢
  • 2021-05-19
  • 2021-09-25
  • 2021-12-02
  • 2022-02-07
相关资源
相似解决方案