其他人有没有注意到GWT dev模式能够相对快速地(10-20秒)刷新/重新加载前3-5次,然后需要5分钟以上的时间才能重新加载?
发布于 2012-03-23 21:40:14
这似乎是一个与记忆相关的问题。我在我的机器上添加了更多的内存,然后在它的ini文件中为eclipse提供了更多的内存,这样我就可以进行一天的编程而不会减慢速度。这是我的ini文件
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx1024mhttps://stackoverflow.com/questions/9832436
复制相似问题