Function zim::setClusterCacheMaxSize¶
Defined in File archive.h
Function Documentation¶
-
void zim::setClusterCacheMaxSize(size_t sizeInB)¶
Set the size of the cluster cache.
If the new size is lower than the number of currently stored clusters some clusters will be dropped from cache to respect the new size.
- Parameters:
sizeInB – The memory limit (in bytes) for the cluster cache.