After working on a few Java/JEE projects, your workspace really gets to become fat. I mean, it gets very very slow. This is because you opened and closed a lot of projects with a loooot of resources in it.
Also because every time you press that Ctrl+Shift+R, or Ctrl+Shift+O, or Ctrl+T in java or run some free text search, You are loading up eclipse's cache of index. Also JDT slowly keeps a track of it, for Type Hierarchies, Implementations.
The easiest way is to open a workspace for every unrelated project. Keep it small. But sometimes, it is not possible. Dependencies. Ease to work with one monolithic workspace (opening and closing projects - yea that's me). For these cases, You could just clean up the .metadata\.plugins\org.eclipse.jdt.core folder in your workspace.
If you are feeling even lucky, go ahead, clean up .metadata\.plugins\org.eclipse.core.resources\.history... a. a. aa. Wait, That folder, contains all that local history of files you have changed - LOCALLY (NOT cvs or svn history). So if you are working on some files without committing them in and rely on the local history to go back, Do not do this step.
Wednesday, October 21, 2009
Speed up Eclipse from a slow workspace
by
Sarath Chandra Pandurangi
at 19:28
|
1 Comment(s) |
Share
1 Comment(s) |
Share
Labels:
developer,
eclipse,
java,
technology,
tips,
Tools I Use
Subscribe to:
Post Comments (Atom)
Subscribe
Blog Archive
-
►
2010
(61)
-
►
September
(11)
- v6.1 : SarathOnline live on java, now with Dynamic...
- Changing Times: American Brain Drain. To INDIA.
- Starred in Priority Inbox.
- When Facebook goes down..
- Firefox 4.0b6 context menu, likely has a bug.
- Happy Vinayaka Chavithi
- Firefox Longest context menu
- The Meaning of Life by Santé et beauté pour tous!!...
- MySQL > java.sql.SQLException: Error writing file ...
- Chrome Side tabs or Firefox Panorama?
- java turorials: Learn everything Java basic to ent...
-
►
September
(11)
Labels
- advanced (8)
- android (7)
- appengine (3)
- bugs (15)
- code (38)
- continued (25)
- css (6)
- design (11)
- developer (105)
- dilbert (4)
- Dobbs Journal (3)
- eclipse (12)
- enterprise (2)
- FeelGood (39)
- finance (2)
- firefox (6)
- flash (5)
- fun (29)
- git (1)
- Google (42)
- Green (13)
- gwt (2)
- home (140)
- iBatis (2)
- image (18)
- india (27)
- iphone (3)
- java (25)
- javascript (16)
- jee (41)
- linux (26)
- maven (1)
- memcache (1)
- mongodb (1)
- movie (1)
- mvn (1)
- mysql (2)
- nontech (65)
- OpenSource (16)
- osgi (7)
- Politics (5)
- python (2)
- scalability (13)
- scrum (2)
- security (7)
- soupdates (14)
- sports (1)
- spring (11)
- technology (98)
- Telugu (4)
- thanks (2)
- Threads (2)
- tips (88)
- Tools I Use (56)
- travel (7)
- tutorials (24)
- ubuntu (15)
- ux (4)
- vegetarian (1)
- video (27)
- voip (1)
- webtech (29)
- webtools (3)
- weekend (62)
- wishes (3)
© SarathOnline.com 2000-'11


1 comments: