I have an object (actually an array of objects) that is 302 MB. When I try to cache it with memcached, it does not work, no matter how much memory I pass memcached, apparently because memcached has a 1 MB limit on objects that it can cache. (Perhaps I am mistaken in this last part. I was not able to find excellent documentation.)
Any suggestions on how to cache this thing? I am using PHP / symfony on Linux.
source
share