• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Eclipse project refresh very slow

 
Ranch Hand
Posts: 320
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Eclipse Helios 3.6.0

I have pretty large application of around 10+ projects in the workspace.
After I sync my app with svn, i try to refresh the projects in eclipse IDE.
The refresh and the build process is taking more than 30 mins

Is there a way to improve the performance ?
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you need to refresh all projects ? Do you need to keep them all open ? It would certainly help to either refresh only the projects you need to refresh, or close the projects you don't need to use.
 
Saloon Keeper
Posts: 27496
195
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wish I could keep and one of my several Eclipse workspaces down to only 10 projects or so.

It certainly doesn't take me that long to refresh, even after a crash. Except for the dreaded "snap" crash, where apparently it intends to take a week or more rebuilding. And for that I just delete the snapshot files.

You might want to check your machine's virtual memory usage. It's possible that you're thrashing on the paging device.
 
Why am I so drawn to cherry pie? I can't seem to stop. Save me tiny ad!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic