我正在使用基于 Eclipse 的 IBM WebSphere Integration Developer (WID)。我们在其中构建了一个大型 Web 系统,所有项目都在流中。它很重。每次我尝试构建所有项目时 - 这需要很长时间,最终 Eclipse 会耗尽内存。
这些是我的设置:
-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-install
D:\IBM\WID7
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
--launcher.XXMaxPermSize
256m
-vm
jdk\jre\bin\j9vm\jvm.dll
-vmargs
-Xquickstart
-Xms768m
-Xss4m
-Xmaxf0.1
-Xminf0.05
-Xmx1300m
-Xmnx64m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:name=IBMSDP_%u
-XX:MaxPermSize=448M
-XX:+UseParallelGC
-XX:+AggressiveHeap
-Dorg.eclipse.jdt.core.javamodelcache.ratio=0.0625
-Dosgi.requiredJavaVersion=1.5
-Dosgi.bundlefile.limit=100
我能做些什么来真正让 Eclipse 构建所有这些项目?它会进行垃圾收集,但最终即使使用 GC,它也会用完所有东西。