Hello,
Running MyEclipse 8.5 on XP SP2 bit32 with 3.5G memory.
INI file
——–
-startup
C:/Program Files/Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
–launcher.library
C:/Program Files/Genuitec/Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-install
F:/Program Files/Genuitec/MyEclipse 8.5
-vm
C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
Issue
——-
CPU usage sitting at 50% running the myeclipse app.
Test 1
——–
after start the IDE, I start my Java application.
In Task manager, there are two jave processes
– myeclipse at 0% useage
– java application goes to 50% at startup
2 minutes after java application start btu does nothing
– myeclipse goes to 50% and stays there for hours
– java application goes to 0%
Test 2
——–
Used Eclipse 3.5 using same workspace to run this test and the same issue occurs.
Question :
————
Having removed as many plugins as I can, is there anything else I can monitor?
Thanks