Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Editor slow: frequent editor delays of sometimesupt o2-3 sec.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Christopher Lang
> Sent: Wednesday, September 19, 2007 10:06 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] Editor slow: frequent editor delays of
> sometimesupto2-3 sec.
> 
> 
> unchecked "Link With Editor" in Outline view, but this didn't help much.
> 
> Heap memory usage jumps form approx ~40M right away to ~180M and higher
> during
> the delays. Well, that IMHO explains the delays, but what in eclipse/cdt
> uses
> 130MB+ instantly during editing of a 3KB file?

This almost points at the index. Could you check you cache settings in the
C/C++ Indexer preferences. The absolute max should only be 64M or less.
 
> As if the entire project (consists of several 100 files) gets reconciled
> every
> few seconds and after copy/paste or some cursor movement.

That would take more than a few seconds, BTW.

> I'll try a new workspace with just a few files and report the results.

That'll definitely clean up any data issues.

Doug




Back to the top