3
memcached
Luc Didry edited this page 2018-07-31 14:14:08 +02:00

If you want to use Memcached as cache system, you need to tweak its configuration.

Edit /etc/memcached.conf and change (or add) those settings:

  • -m 64: this is the maximum of memory, in Mio, that memcached can use. Adapt to your liking (and to your server's memory)
  • -I 11m: this is the max size of a stored object in memcached. Use the max_file_size set in your lutim.conf plus one (it stores the images with some metadata)

You can now go back to wiki's homepage.