Monday, March 05, 2007

Eclipse Startup-Parameter

eclipse.exe -clean -vmargs -Xms240m -Xmx240m
-clean --> Enables clean registration of plug-in (some plug-ins do not always register themselves properly after a restart)

-vmargs --> Allows you to pass in standard VM arguments
  • Xms --> Minimum VM-Memory
  • Xmx --> Maximum VM-Memory