Subversion
|
Cache resource settings. More...
#include <svn_cache_config.h>
Data Fields | |
apr_uint64_t | cache_size |
total cache size in bytes. | |
apr_size_t | file_handle_count |
maximum number of files kept open | |
svn_boolean_t | single_threaded |
is this application guaranteed to be single-threaded? |
Cache resource settings.
It controls what caches, in what size and how they will be created. The settings apply for the whole process.
Definition at line 46 of file svn_cache_config.h.
apr_uint64_t svn_cache_config_t::cache_size |
total cache size in bytes.
Please note that this is only soft limit to the total application memory usage and will be exceeded due to temporary objects and other program state. May be 0, resulting in default caching code being used.
Definition at line 52 of file svn_cache_config.h.