View caches

To improve its performance, the view_server process associated with a view maintains a cache. The default size of this cache is adequate for typical views, but a larger cache can further improve the performance of views in which very large software systems are built by omake or clearmake.
The view server maintains the following caches, consisting mostly of VOB data, to respond faster to RPCs from clients:
When a view_server process is started, it chooses its cache size from the first one of these that yields a value:

The view cache size represents the total number of bytes available for allocation among the individual view caches.

For information about setting the cache size for a view and for a site, see the setcache reference page. For information about displaying cache information, see the getcache reference page.


Feedback