Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » file save slow
file save slow [message #298954] Wed, 08 February 2006 06:51 Go to next message
Eclipse UserFriend
Using 3.1 on Windows. Using 1.5 VM while starting eclipse.

My project has over 3000 files. I find eclipse to be very slow in 2 places:

1. File save
2. Cut and paste ( from eclipse to outside app or within eclipse itself )

Sometimes it takes 5-10 secs to do this operation.

Any help appreciated.

Thanks

-- pady
Re: file save slow [message #298960 is a reply to message #298954] Wed, 08 February 2006 08:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Padhu,

Saving a file will produce resource deltas and depending on what plugins
you have installed and where you save the file, that may cause another
cascade of events, such as a build or running validators. So the actual
saving of the file may be a lot faster than you might think. Are you
doing cut and paste in a simple text editor? That seems blindingly
fast to me.

I'm not sure what kind of help you expect. You've provided no
information about which Windows version, nor about your hardware and
memory, and it's not as if 3.1 can be changed significantly. A faster
bigger machine always helps and you might want to try 3.2...


Padhu Vinirs wrote:

>Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>
>My project has over 3000 files. I find eclipse to be very slow in 2 places:
>
>1. File save
>2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>
>Sometimes it takes 5-10 secs to do this operation.
>
>Any help appreciated.
>
>Thanks
>
>-- pady
>
>
>
>
>
Re: file save slow [message #299003 is a reply to message #298960] Wed, 08 February 2006 20:30 Go to previous messageGo to next message
Eclipse UserFriend
Windows XP Professional. I have only 2 plugins: JTest and Quantum DB.
Hardware: 1Gb, 2 GHz processor. Even before the plugins were installed, file
save was extremely slow. With 1.5 VM performance is slightly better.

Thanks

-- pady


"Ed Merks" <merks@ca.ibm.com> wrote in message
news:dscqjh$ies$1@utils.eclipse.org...
> Padhu,
>
> Saving a file will produce resource deltas and depending on what plugins
> you have installed and where you save the file, that may cause another
> cascade of events, such as a build or running validators. So the actual
> saving of the file may be a lot faster than you might think. Are you
> doing cut and paste in a simple text editor? That seems blindingly fast
> to me.
> I'm not sure what kind of help you expect. You've provided no information
> about which Windows version, nor about your hardware and memory, and it's
> not as if 3.1 can be changed significantly. A faster bigger machine
> always helps and you might want to try 3.2...
>
>
> Padhu Vinirs wrote:
>
>>Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>>
>>My project has over 3000 files. I find eclipse to be very slow in 2
>>places:
>>
>>1. File save
>>2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>>
>>Sometimes it takes 5-10 secs to do this operation.
>>
>>Any help appreciated.
>>
>>Thanks
>>
>>-- pady
>>
>>
>>
Re: file save slow [message #299016 is a reply to message #299003] Thu, 09 February 2006 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

Padhu Vinirs wrote:

>Windows XP Professional. I have only 2 plugins: JTest and Quantum DB.
>Hardware: 1Gb, 2 GHz processor. Even before the plugins were installed, file
>save was extremely slow. With 1.5 VM performance is slightly better.
>
>
In which editor do you see this? I suggest to file a bug report with a
thread dump (use Ctrl+Break in the console)

Dani

>Thanks
>
>-- pady
>
>
>"Ed Merks" <merks@ca.ibm.com> wrote in message
>news:dscqjh$ies$1@utils.eclipse.org...
>
>
>>Padhu,
>>
>>Saving a file will produce resource deltas and depending on what plugins
>>you have installed and where you save the file, that may cause another
>>cascade of events, such as a build or running validators. So the actual
>>saving of the file may be a lot faster than you might think. Are you
>>doing cut and paste in a simple text editor? That seems blindingly fast
>>to me.
>>I'm not sure what kind of help you expect. You've provided no information
>>about which Windows version, nor about your hardware and memory, and it's
>>not as if 3.1 can be changed significantly. A faster bigger machine
>>always helps and you might want to try 3.2...
>>
>>
>>Padhu Vinirs wrote:
>>
>>
>>
>>>Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>>>
>>>My project has over 3000 files. I find eclipse to be very slow in 2
>>>places:
>>>
>>>1. File save
>>>2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>>>
>>>Sometimes it takes 5-10 secs to do this operation.
>>>
>>>Any help appreciated.
>>>
>>>Thanks
>>>
>>>-- pady
>>>
>>>
>>>
>>>
>>>
>
>
>
>
Re: file save slow [message #299073 is a reply to message #298954] Thu, 09 February 2006 12:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Padhu Vinirs wrote:
> Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>
> My project has over 3000 files. I find eclipse to be very slow in 2 places:
>
> 1. File save
> 2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>
> Sometimes it takes 5-10 secs to do this operation.

That is definitely not normal.
Shot in the dark: is your workspace or any of the project directories on
non-local file system (like a mounted or network drive)?

Eric
Re: file save slow [message #299095 is a reply to message #299073] Thu, 09 February 2006 19:35 Go to previous messageGo to next message
Eclipse UserFriend
The source and project files are on a drive which is a symbolic link to the
c: drive ( created using the subst command - subst e: c:\myprojectdir ).
This is not a network drive but a local drive to which there is a symbolic
link. I didnt know this can be such a performance issue.

Thanks

-- pady


"Eric Rizzo" <eclipse3@rizzoweb.com> wrote in message
news:dsfti3$4a8$1@utils.eclipse.org...
> Padhu Vinirs wrote:
>> Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>>
>> My project has over 3000 files. I find eclipse to be very slow in 2
>> places:
>>
>> 1. File save
>> 2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>>
>> Sometimes it takes 5-10 secs to do this operation.
>
> That is definitely not normal.
> Shot in the dark: is your workspace or any of the project directories on
> non-local file system (like a mounted or network drive)?
>
> Eric
Re: file save slow [message #299161 is a reply to message #299095] Sat, 11 February 2006 11:57 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

Padhu Vinirs wrote:

>The source and project files are on a drive which is a symbolic link to the
>c: drive ( created using the subst command - subst e: c:\myprojectdir ).
>This is not a network drive but a local drive to which there is a symbolic
>link. I didnt know this can be such a performance issue.
>
>
As said before, file a bug report and someone will take a closer look at
this. It's definitely not normal Eclipse behavior.

Dani

>Thanks
>
>-- pady
>
>
>"Eric Rizzo" <eclipse3@rizzoweb.com> wrote in message
>news:dsfti3$4a8$1@utils.eclipse.org...
>
>
>>Padhu Vinirs wrote:
>>
>>
>>>Using 3.1 on Windows. Using 1.5 VM while starting eclipse.
>>>
>>>My project has over 3000 files. I find eclipse to be very slow in 2
>>>places:
>>>
>>>1. File save
>>>2. Cut and paste ( from eclipse to outside app or within eclipse itself )
>>>
>>>Sometimes it takes 5-10 secs to do this operation.
>>>
>>>
>>That is definitely not normal.
>>Shot in the dark: is your workspace or any of the project directories on
>>non-local file system (like a mounted or network drive)?
>>
>>Eric
>>
>>
>
>
>
>
Previous Topic:How to get build id into an about.mappings file, headless build
Next Topic:Editor's context id
Goto Forum:
  


Current Time: Tue Sep 02 19:04:52 EDT 2025

Powered by FUDForum. Page generated in 0.04538 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top