Myeclipse 电脑配置,4G 内存的 I7 5代,用起来还是卡卡的
之前eclipse开发,调整过eclipse.ini文件,该文件位于软件安装目录下,找不到就全局搜索
现在Myeclipse也试试,结果速度提升杠杆的
不是一般地块,虽然这么调配会占用和浪费电脑其他配置的内存需要,但是,好在我只是简单地编编程序
之前的MyEclipse.ini :
#utf8 (do not remove)
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700
-install
D:/soft/MyEclipse/MyEclipse 10
-vm
D:/soft/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_64_1.6.0.013/bin/javaw.exe
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dosgi.nls.warnings=ignore
修改之后的MyEclipse.ini :
#utf8 (do not remove)
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700
-install
D:/soft/MyEclipse/MyEclipse 10
-vm
D:/soft/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_64_1.6.0.013/bin/javaw.exe
-vmargs
-Xmx1024m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=512m
-Dosgi.nls.warnings=ignore
体验挺好的,值得你们一试,想知道配置里面Xmx什么意思,百度值得一试~