I am seeing two errors in my logs 2009-10-30 12:43:45,468 ERROR [com.danga.MemCached.MemCachedClient] ++++ error storing data in cache for key:sessionkey, $Version -- length: 368 2009-10-30 12:43:45,469 ERROR [com.danga.MemCached.MemCachedClient] ++++ server response: SERVER_ERROR object too large for cache
I am using memacached 1.2.2 What is the max limit of the object that can be stored.. I am just trying to store a serialized Map.. I know it is not a big size of a map or anything like that. (a) How can I print more verbose logs? (b) Where can I find the limits for the version I am using? i.e object sizes I can store etc. Thanks,
