- This topic has 4 replies, 2 voices, and was last updated 14 years, 3 months ago by support-shalini.
-
AuthorPosts
-
VS007MemberHi!
We have an enterprise lic, not sure if this is the right way to contact support or is there an alternate way. Anyway I believe this would help others also:
Version: 8.5
Build id: 8.5-201003191. I get the error warning pop up window that JVM running heap is low and to increase the heap in “eclipse.ini”.
I could not find eclipse.ini, but made the changes in myeclipse.ini as shown below, and I can see there is adequate heap at the bottom task bar where the bar shows me 98m of 508m, yet I get this error again.
Please advise.2. Often when I shutdown and restart myEclipse, the files in my workspace are not in sync and I need to press F5 to refresh and all my run configurations have disappeared. I just restart and it shows up. Any idea why I see this flakiness?
Thanks
<DIR>/Genuitec\MyEclipse 8.x Latest/myeclipse.ini
-install
C:/DIR/products/Genuitec/MyEclipse 8.x Latest
-vm
C:/DIR/products/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
–launcher.library
../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-configuration
configuration
-vmargs
-Xms512m
-Xmx512m
-XX:PermSize=128M
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
VS007MemberAny response?
support-shaliniMemberVS007,
Sorry for the delayed response. For the first issue, can you try increasing your memory parameters to the values as mentioned in the link below –
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlOften when I shutdown and restart myEclipse, the files in my workspace are not in sync and I need to press F5 to refresh and all my run configurations have disappeared.
Can you elaborate more on this? Do you find any exceptions in the log file, located at workspace dir > .metadata > .log when you start your IDE?
Please clear your log file, save it and then start your IDE to look for relevant errors.
VS007MemberThanks for your response Shalini.
So the better approach is to update the shortcut itself.
The document in this site and the link talks about eclipse.ini, and as mentioned there is only <INSTALLDIR>Genuitec\MyEclipse 8.x Latest\myeclipse.ini
Is that a typo in the documentation or there is eclipse.ini hiding somewhere (search could not find it).2. I will capture the log file and post it when it happens.
support-shaliniMemberVS007,
Sorry for the confusion but the changes are to made in the myeclipse.ini file itself. -
AuthorPosts