Skip to content

config objectcachelimit

Byrne edited this page Nov 1, 2010 · 1 revision

ObjectCacheLimit

This specifies the upper-limit of records that are cached from the database. This setting only affects RAM caching of objects and does not affect Memcached caching.

Default

ObjectCacheLimit 1000

Values

integer

Example

Limit to 500 cached records:

ObjectCacheLimit 500
  • Categories: Appendix: Configuration Directives
  • Tags: cache, config, limit, object
Clone this wiki locally