Hi
I recently upgraded from 8.5 to 8.6 and have run into problems. My app is a fairly simple J2EE tomcat based.
If I have more than 1 project open (this is often necessary) I get a popup thaty says:
“MyEclipse has detected that less than 5% of the 1,061MB of Tenured Gen (Heap memory) space remains.
It is strongly recommended that you exit and restart MyEclipse with new virtual machine
memory paramters to increase this memory. Failure to do so can result in data loss.
Recommended memory arguments:
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m”
My myeclipse start args are:
C:\Program Files\Genuitec\MyEclipse-8.6\myeclipse.exe” -vmargs -Xmx1150m -XX:MaxPermSize=262m -XX:ReservedCodeCacheSize=65m
I cant increase them any more that that in 32 bit XP – The JVM core dumps on startup.
I guess the total solution is to go to 64 bit XP or Win7, but thats not an option in the short term, and I didnt have this problem with 8.5.
Any ideas what may cause it and how to resolve?
Where I can download 8.5 until this issue is resolved?
Thanks – Adam