Not a developer? Go to MovableType.com

Documentation

ObjectCacheLimit

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

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
Back