简体   繁体   中英

Out of memory at Eclipse startup - Oomph Setup UI seems at fault - heap increased to 4G already

Eclipse Neon was freshly unzipped. A blank directory was given to it for workspace. And an Out of memory error gets displayed right after the workspace path query. The details mention "Setup Check".

In eclipse.ini we now have

-Xms1024m
-Xmx4096m 

But this does not resolve the issue.

Then we tried to disable plugins through Preferences>General>Startup. It seems that disabling Oomph Setup UI causes the OOM to go away.

I am honestly not sure what Oomph does. The environment is for modifying and building a Java/Maven project that is stored in Github (EGit is to be installed). So I wonder if things will bemuch worse without this plugin. But more importantly might there be a way to fix this? It does not happen on other machines...

IBM JDK 1.8 is used.

如此处所述,这似乎是由最新Java JDK中的错误引起的: https : //www.eclipse.org/forums/index.php/t/1089375/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM