GME
13
|
#include <svn_cache_config.h>
Public Attributes | |
apr_uint64_t | cache_size |
apr_size_t | file_handle_count |
svn_boolean_t | 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.
apr_size_t svn_cache_config_t::file_handle_count |
maximum number of files kept open
Definition at line 55 of file svn_cache_config.h.
is this application guaranteed to be single-threaded?
Definition at line 58 of file svn_cache_config.h.