Hi Shalini,
No, I have not yet received any out of memory errors. My code base is extremely large and as soon as I startup eclipse, I see it using most of the memory I assigned – probably for indexing all existing java files. So, I was going by the rule of thumb – the more memory I give myeclipse, the more information it can store in memory and the faster it should be in terms of response time.
I am able to successfully update the memory upto
-vmargs
-Xmx1048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=64m
But not go any further. If this is the maximum that MyEclipse can go than that is fine.