- This topic has 4 replies, 2 voices, and was last updated 13 years, 10 months ago by
support-joy.
-
AuthorPosts
-
If I load the MyEclipse Report perspective and start editing a report, within an hour or two I get a notification that I have less than 5% memory left and I should shut down. Normally ME is using 350-500MB, but even if I just switch to the Reporting perspective and walk away, ME jsut keeps grabbing memory until it is up to the limit of 768MB. This just started with the upgrade to 8.6.1 from 8.6.
*** Date: Tuesday, March 1, 2011 4:43:47 PM EST ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.6.1 Build id: 8.6.1-20101117 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.6.1 Build id: 8.6.1-20101117 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse-8.6\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\MyEclipse-8.6\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/MyEclipse-8.6 -configuration configuration -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
Here is my myeclipse.ini
#utf8 (do not remove) -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 -install C:/Program Files/Genuitec/MyEclipse-8.6 -vm C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll -configuration configuration -vmargs -Xmx768m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m
support-joyMembertmccobb,
I am afraid, I cannot replicate this issue at my end. If you have added any 3rd party plugins, can you share the details here. Can you switch your workspace and check if the issue persists?
Actually, I just lost the entire ME Reports perspective and report editor. When I tried to open a .rptdesign file, it would come up in xml only.
NWire, Atlassian Connector and EGit are the only third party plugins I had installed.
I had to revert back to my older ME install (which had been upgraded via Pulse from 8.5) to be able to edit reports.
I think I found the cause: If I enter a JDBC driver only in the Data Source setup, no problem. As soon as I enter a JNDI URL, ME starts eating memory. Is it trying to connect to a (non-existent) pooled database server connection, and not releasing memory when it cannot find one?
support-joyMembertmccobb,
What is the JNDI URL you are using? I am afraid, I cannot reproduce this issue at my end. Could you clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and copy and paste the same here.
-
AuthorPosts