Myeclipse8.5 memory overflow

Myeclipse memory overflow problem

1. Modify eclipse.ini  

In the Myeclipse installation directory

F:\MyEclipse8.5\Genuitec\MyEclipse 8.5 has a myeclipse.ini configuration file with the following settings:

 -vmargs

-Xmx512m 

-XX:MaxPermSize=256m 

-XX:ReservedCodeCacheSize=64m  

Increase the value of Xmx and  MaxPermSize, remember not to exceed the size of your memory

2. Set Default VM Arguments  

In myEclipse, open Windows->Preferences->Java->Installed JREs->Click on the JDK in use->Edit->Default VM Arguments text box and enter: -Xms64m -Xmx256m

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326488561&siteId=291194637