Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Eclipse is always locked [High CPU & RAM usage]

  1. #1
    Junior Member talha06's Avatar
    Join Date
    Feb 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default 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.

  3. #3
    Junior Member talha06's Avatar
    Join Date
    Feb 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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:

    -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..

  4. #4
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default 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

  5. #5
    Junior Member talha06's Avatar
    Join Date
    Feb 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse is always locked [High CPU & RAM usage]

    Quote Originally Posted by Json View Post
    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.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Java Locked Class
    By unstoppable3 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: January 29th, 2010, 03:17 PM
  3. eclipse help
    By mos33 in forum Java IDEs
    Replies: 3
    Last Post: November 24th, 2009, 02:10 PM
  4. Table locked and session was invalidated
    By tarek.mostafa in forum JavaServer Pages: JSP & JSTL
    Replies: 6
    Last Post: November 8th, 2009, 04:44 AM
  5. HashMap usage in Java
    By neo_2010 in forum Collections and Generics
    Replies: 2
    Last Post: September 18th, 2009, 02:12 AM

Tags for this Thread