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
Post a Comment