TAG NAME maximum_object_size_in_memory

Description Defines maximum size of the object to be kept in memory cache
Build Option
Default
Usage
maximum_object_size_in_memory  size
Default
maximum_object_size_in_memory 8 KB
Synopsis

Objects greater than the size specified in this tag will not be kept in the memory cache. This should be set high enough to keep objects accessed frequently in memory to improve performance at the same time low enough to keep larger objects from hoarding cache_mem.


Arguments

size
Maximum size of the object to be kept in memory cache


Example(s)
maximum_object_size_in_memory 100 KB