mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-20 10:21:51 +00:00
Doc typo.
This commit is contained in:
parent
8124bf3f86
commit
d2c9274d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue