Tag Name store_objects_per_bucket
Usage store_objects_per_bucket (kbytes)

Description
Target number of objects per bucket in the store hash table. Lowering this value increases the total number of buckets and also the storage maintenance rate. Then we estimate the number of hash buckets needed: NUM_BUCKETS = NUM_OBJ / store_objects_per_bucket NUM_OBJ is the number of objects your cache can hold, estimated by store_avg_object_size.

Default store_objects_per_bucket 20

Example
store_objects_per_bucket 50