Mike,
Can you tell me what OS (MacOS/Windows/Linux) you are on and what Eclipse version & Presto version ? Can you also paste the eclipse.ini contents here please? For example, my eclipse.ini (i am on MacOSX, with Presto 2.7.0) is as below:
-showsplash
org.eclipse.platform
-vmargs
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Xms256m
-Xmx1024m
-XX:PermSize=128M
-XX:MaxPermSize=256M
Mash On!
- deepak alur | vp product + engineering at jackbe | follow me
eclipse has some known issues with reading "eclipse.ini" file. So, please make sure that:
1. each jvm setting is on separate line
2. order of settings is as you see in Deepak's settings above
here is some more info
http://blog.xam.dk/archives/68-Eclipse-and-memory-settings.html
basically, I believe Eclipse ignores if there are more options in one line.
thx,
- Girish@JackBe





I have to restart Eclipse on a regular basis when I'm using the Mashup Studio. I generally get an out of memory error relating to PermGen space. However, my permgen size in my .ini file is set to twice the recommended size in the documentation. It most often occurs when I'm publishing mashups in succession.