|
| Description |
Average object size, used to estimate number of objects your cache can hold.
|
Build Option
|
Default
|
Usage
|
store_avg_object_size size(Kbytes)
|
Default
|
store_avg_object_size 13 KB
|
Synopsis
To Estimate the number of objects your cache can hold: NUM_OBJ = cache_swap / store_avg_object_size where, cache_swap is the size of the cache.
Arguments
Example(s)
store_avg_object_size 100 KB |
|