Doc typo.

This commit is contained in:
Bertrand Bordage 2016-05-31 14:03:26 +02:00
parent 8124bf3f86
commit d2c9274d5d

View file

@ -40,7 +40,7 @@ if you execute queries returning more than 1 MB of data.
To increase these limits, set the ``-I`` and ``-m`` arguments when starting
memcached. If you use Ubuntu and installed the package, you can modify
`/etc/memcached.conf`, add ``-I 10`` on a newline to set the limit
`/etc/memcached.conf`, add ``-I 10m`` on a newline to set the limit
per cache key to 10 MB, and if you want increase the already existing ``-m 64``
to something like ``-m 1000`` to set the maximum cache size to 1 GB.