Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6713413
By: fabioz

It's not a known issue (it opens instantly for me here).

Now, that can depend on a number of things:

- The 1st opened editor can take more time, because that's when Pydev related
things are loaded

- If you have Pydev Extensions, opening a file can trigger an analysis (so,
the analysis might be what's slowing it down -- although it should run in a
separate, lower priority thread, so, this shouldn't really make a difference
for you).

Now, to diagnose it better I need some info:

- Is it related to a specific module in your case (like, opening an empty editor
takes the same amount of time)?

- How much RAM memory do you have allocated (through the -Xmx flag) and how
much memory is your process using?

- This happens when running only eclipse or do you have some other process that
could be dragging your system? (e.g.: once I had a case where I had a database
running in my machine and disk access became very slow for a number of other
things -- some antivirus can have that effect too)

- Are you using only Pydev or Pydev Extensions too?

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to