I have an object (actually, an array of objects) that\'s 302MB. When I try to cache it with memcached it doesn\'t work, no matter how much memory I give memcached, apparentl
In alternative you can change the limit quickly by edit the configuration file [/etc/memcached.conf] adding:
# Increase limit -I 512M
After restart your service.