[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: Slow display of editor tabs
|
You are probably just low on memory.
If the first activation of a particular editor is slow it may also be that
the plug-in that implements that editor has not been loaded yet. If later
activations of an editor of the same type (e.g. Java) are slow then it
really is a low memory situation - get more ram.
Knut
"Mark Curtain" <mcurtain@xxxxxxxxxxxx> wrote in message
news:ajcf8a$lrh$1@xxxxxxxxxxxxxxxx
> Sometimes when I choose different tabs in the editor it can take up to 10
> seconds to display the desired file tab during which time there is no
> hourglass for the cursor. It seems to be grinding away on the disk for
that
> time so I am assuming that it is the garbage collector at work.
>
> So my question is in 2 parts:
>
> 1. Am I right in that it is the garbage collector?
> 2. Is there a way to use incremental garbage collection with Eclipse?
>
> Mark
>
>
>