increase item max size in memcached? -


i using memcached on centos server , project large , has objects more 1mb need save memcached , , can't ! because max_item_size 1mb , anyway edit ?

thank you

you can change limit edit configuration file [/etc/memcached.conf] adding:

# increase limit  -i 128m 

or if have trouble config run command line directly

memcached -i 128m 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -