Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:lsmcd:configuration [2019/07/10 16:32]
Robert Perper [Cached.MemMaxSz]
litespeed_wiki:lsmcd:configuration [2019/10/10 17:52]
Robert Perper [Cached.MemMaxSz]
Line 73: Line 73:
 ==== Cached.MemMaxSz ==== ==== Cached.MemMaxSz ====
 If set to a non-zero value, it is the number of bytes that will be stored in the hash before least recently used items begin to be purged. The default is 64000000. If set to a non-zero value, it is the number of bytes that will be stored in the hash before least recently used items begin to be purged. The default is 64000000.
- 
 ==== Cached.UserSize ==== ==== Cached.UserSize ====
 If user level databases are turned on, the initial size of each user's database. ​ The default is 1000. If user level databases are turned on, the initial size of each user's database. ​ The default is 1000.
Line 79: Line 78:
 ==== Cached.HashSize ==== ==== Cached.HashSize ====
 The default initial cache entry size in bytes. ​ Defaults to 500000. ​ The maximum size is controlled with Cached.MemMaxSz. The default initial cache entry size in bytes. ​ Defaults to 500000. ​ The maximum size is controlled with Cached.MemMaxSz.
 +
 +==== Cached.ValMaxSz ====
 +The maximum size of any individual entry in the cache. ​ 0 disables the limit, the default is 1000000.
  
  
  • Admin
  • Last modified: 2019/11/07 22:26
  • by Robert Perper