Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Index memory cache

Hi,
Over the time the cache will use the amount of memory it is allowed to
take, unless your database (the pdom-files) is smaller than the
max-cache-size.

If the cache is too small the index based operations (indexer + tooling)
will slow down, so this is an indication that you may want to increase
the cache.

You can trace an application to see how many cache-hits and failures you
get while indexing a project:

# Reports statistics for indexer
org.eclipse.cdt.core/debug/indexer/statistics=false

Markus.

 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
> Sent: Thursday, April 03, 2008 4:50 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Index memory cache
> Importance: Low
> 
> There is preference for Indexer cache in global preferences, 
> but I could not find an option to actually show how much 
> memory it takes currently. 
> Is there a way to tell? How would I know if need to be increased?
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top