Eclipse grinds to a halt when building workspace
- by Chris Thompson
Hi all,
This is a bit of a vague question because, frankly, I don't even know where to begin diagnosing the issue. My eclipse (Galileo) installation grinds to a complete halt when it's building the workspace -- to the point where I can't even type. I know the Android SDK I have installed is a major culprit because I can watch the memory usage go through the roof (through the built-in heap monitor) when the Android SDK content loader starts up. Every time I save a file though, the program just stops. The message at the bottom of the screen says
Building workspace (74%)
and sits there for about 30 or so seconds before completing and returning the performance to normal. I have a few other plugins installed (Maven, SVN, etc) but I'm assuming the main issue is Android. Has anybody had similar issues or any luck correcting this sort of problem?
If there's anymore information you think would be helpful, just let me know...I didn't want to do a core dump on this question...
I'm running it on Windows 7 64-bit for what it's worth.
Thanks!
Chris