eclipse内存溢出错误

    技术2022-05-20  41

    eclipse内存溢出错误:An out of memory error has occurred.Consult the "Running Eclipse" section of read me file

    for information on preventing this kind of error in the future.

    解决方法:调一下内存,myeclipse.ini里面把-Xmx -XX:PermSize -XX:MaxPermSize 适当调大些。如果是eclipse工具,则是在eclipse.ini中改。

    -showsplash org.eclipse.platform--launcher.XXMaxPermSize 256M-vmargs-Dosgi.requiredJavaVersion=1.5-Xms256m-Xmx512m


    最新回复(0)