Linked Questions
52 questions linked to/from How can you speed up Eclipse?
3
votes
4
answers
10k
views
Why my eclipse is running so slow [duplicate]
I don't know whats wrong with my eclipse. its running so slow.
it takes at least 10 minutes to open. when Start server it is also taking long time.I tried multiple way.
I am on Windows 7,
eclipse ...
315
votes
16
answers
546k
views
What are the best JVM settings for Eclipse? [closed]
What are the best JVM settings you have found for running Eclipse?
98
votes
12
answers
72k
views
Speedup IntelliJ-Idea
I'm using intelliJ for Scala development and got 8 GB of new RAM last week, so I thought: time to use it. I checked my task manager and found intelliJ using ~250mb. From eclipse I knew that tweaking ...
58
votes
11
answers
189k
views
Eclipse memory settings when getting "Java Heap Space" and "Out of Memory"
When trying to launch and run a flex/java project in eclipse I kept getting a "Out of Memory Exception" and "Java Heap Space" using Eclipse, Tomcat and a JRE.
While researching trying to adjust the ...
46
votes
10
answers
39k
views
Hints to improve Eclipse performance
Working in Eclipse with big projects can be painful because of IDE works slowly, sometimes stops and doesn't respond. I know it can depends on OS, version of Eclipse etc.
All eclipse developers have ...
38
votes
13
answers
23k
views
How to remove old versions of Eclipse plugins?
After update, old Eclipse plugins remain in "plugins" folder (there are also leftovers in "features" folder).
Is there a way to remove those automatically?
49
votes
7
answers
70k
views
High CPU usage in Eclipse when idle
On my multicore machine, Eclipse uses between 100 and 250 % CPU power, even when idling on a new plain install and an empty workspace. When actually doing things, it becomes slow and unresponsive.
I ...
29
votes
4
answers
157k
views
Max value of Xmx and Xms in Eclipse?
My settings for these values in eclipse.ini are:
-Xms768M
-Xmx1024M
When setting them higher, Eclipse doesn't start anymore. Is there a way to increase these values without Eclipse crashing?
35
votes
5
answers
72k
views
Eclipse refreshing workspace takes forever
When I start up Eclipse, ready to rock, I have to sit there and wait for like 5 or 6 minutes until Eclipse get its sh*t together, "Refreshing workspace... (13%)" it states in the status bar while ...
23
votes
6
answers
2k
views
A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?
Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than Netbeans, it would still be really awesome if there was a simple way for me ...
14
votes
2
answers
41k
views
Why Eclipse is too slow on startup? [closed]
I am using windows 7 home premium with service pack 1 installed. I had installed JDK 1.7u21. Then I downloaded Eclipse Juno (Before that I was using Eclipse Indigo with JDK 1.6u26) and when I started ...
7
votes
8
answers
12k
views
Eclipse 3.5 64-bit Performance Windows 7
I installed Eclipse Galileo and after trouble with the JDK, its starting well. But I have big problems with performance. Every third second, Eclipse is hanging for a while. It runs not smoothly. I ...
5
votes
3
answers
10k
views
STS taking long time to start
Can any one please suggest, Why STS(Version: 3.4.0.RELEASE) taking long time to start.
My PC Deatails:
Window 7,
Ram : 4GB,
i3 processor,
32 bit O.S
STS.ini Details:
-startup
plugins/org.eclipse....
9
votes
2
answers
10k
views
Eclipse: High CPU Usage during Autocomplete
I've been using Eclipse without issue (I mean, besides the usual) for several weeks now. It's been speedy enough for my purposes. But as of today around noon, anytime I start typing an HTML tag or ...
8
votes
2
answers
10k
views
Difference between 'java' and 'libjvm.so' (Linux) or 'jvm.dll' (Windows)?
What are the differences in starting an application through the plain java command, against directly invoking the JVM through libjvm.so in Linux or jvm.dll in Windows ?
Recently I saw on a forum that ...