doc: raise doxygen lookup cache
authorAntoine Musso <hashar@free.fr>
Thu, 20 Jun 2013 18:23:30 +0000 (20:23 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 20 Jun 2013 19:14:04 +0000 (19:14 +0000)
commit432a0cb006e0da05cf4aab9ff0c7c71fce316b4b
treead116111130569a438fb3379c9cf9fefdbebe9e3
parentdd813a6a6cc9fee7a47b1c1cfa4966c90d277da2
doc: raise doxygen lookup cache

At the end of a run, doxygen emits a notice regarding the cache lookup
size being too small.  This cache is used to find symbols given their
name which would speed up processing a bit.

The notice before this patch:

lookup cache used 65536/65536 hits=2258467 misses=112595
Note: based on cache misses the ideal setting for LOOKUP_CACHE_SIZE is 1
at the cost of higher memory usage.

And after:

lookup cache used 104632/131072 hits=2131285 misses=105434

That is 7% less miss, not that much but still.  Note how the cache is
well filled (80%).

Change-Id: I0b97e8c5581a63c44a382891f8f1fc8d60975e80
maintenance/Doxyfile