Eclipse is always locked [High CPU & RAM usage]
Hello everyone,
I'm using Eclipse Galileo RC2 (the latest distrubition of Eclipse), it is always locked.. After a little time from startup it starts to use too much CPU and RAM.
And not a long time, it hardly replies to user interactions.
I really need your helps. As I know from my friends, I'm not the only one who has this problem. Are there anyone who knows the solution to solve this problem/bug.
Thanx in advance,
T
Re: Eclipse is always locked [High CPU & RAM usage]
hmm.. Sounds like something might be wrong with our eclipse configurations, eclipse workspace, and/or your java sdk. I would try re-installing the java sdk, then deleting/moving your workspace so eclipse can't find it and is force to create a new one, and finally re-installing eclipse.
Re: Eclipse is always locked [High CPU & RAM usage]
Well, truly I have just installed my OS & so JDK.. Everything is new, so I don't think that it's a software problem. Here's my eclipse.ini file which includes some configurations for Eclipse:
Code :
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.200.v20090520
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=128m
-Xms256m
-Xmx1024m
By the way my laptop has 3 GB RAM, and AMD Turion x2 2.00 GHz CPU.. So I think that they're enough for a developer that uses only Tomcat while developing like me..
Thanx for ur interest..
Re: Eclipse is always locked [High CPU & RAM usage]
Are you running a 32-bit or 64-bit system and if you're running a 64-bit system is your JDK 64-bit and is your Eclipse 64-bit?
// Json
Re: Eclipse is always locked [High CPU & RAM usage]
Quote:
Originally Posted by
Json
Are you running a 32-bit or 64-bit system and if you're running a 64-bit system is your JDK 64-bit and is your Eclipse 64-bit?
// Json
I'm using 32-bit OS. So all my softwares are 32-bit.