Re: [equinox-dev] performance problems with Eclipse startup due to long DirectoryWatcher.poll() (25 minutes!)

2009-01-08 Thread Pascal Rapicault
Some bug fixes got made in 3.4.2, but the main problem is that p2 has to generate metadata on the fly which is a non trivial operation IO-wise. I would recommend you to generate p2 metadata for all of those 3000 bundles and install them properly using the p2 director. One bug report about

Re: [equinox-dev] performance problems with Eclipse startup due to long DirectoryWatcher.poll() (25 minutes!)

2009-01-08 Thread Simon Kaegi
Looking at the stack this might be https://bugs.eclipse.org/bugs/show_bug.cgi?id=244628 Each delete of an artifactdescriptor currently causes us to rewrite the repo | | From: | |