TAG NAME maximum_object_size

Description Defines maximum size for objects to be stored in the disk
Build Option
Default
Usage
maximum_object_size size
Default
object_size 4096 KB
Synopsis
Objects larger than this size will NOT be saved on disk. The value is specified in kilobytes, and the default is 4MB.  If you wish to get a high BYTES hit ratio, you should probably increase this (one 32 MB object hit counts for 3200 10KB hits).  Leave this value low if you wish to increase the speed more than what you want to save bandwidth.

Note: If using the LFUDA replacement policy you should increase this value to maximize the byte hit rate improvement of  LFUDA! See replacement_policy below for a discussion of this policy.

Arguments

size
Maximum object size


Example(s)
maximum_object_size 320010 KB