correction re log4j property, sorry, pasted setting for wrong client -Dlog4j.logger.net.spy.memcached=DEBUG
On Fri, Oct 30, 2009 at 2:13 PM, Boris Partensky <[email protected]>wrote: > (a) pass this to your java process: > > -Dlog4j.logger.com.danga.MemCached=DEBUG > > > <<When this error happens.. it takes 3 seconds for the server to respond.. > are there any timeouts etc ? > > What method are you using to write it out? > > > On Fri, Oct 30, 2009 at 1:43 PM, Ravi Chittari <[email protected]>wrote: > >> Thanks Brian.. >> When this error happens.. it takes 3 seconds for the server to respond.. >> are there any timeouts etc ? >> 3secs is quite a long time. >> >> Thanks, >> Ravi. >> >> >> On Fri, Oct 30, 2009 at 1:19 PM, Brian Hawkins <[email protected]>wrote: >> >>> The limit is 1 meg. Try serializing the object to file to see how big it >>> is. You can use a Different serialization method to make it smaller. >>> >>> Brian >>> >>> >>> On Fri, Oct 30, 2009 at 10:55 AM, Ravi Chittari >>> <[email protected]>wrote: >>> >>>> 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, >>>> >>>> >>> >> > > > -- > --Boris > -- --Boris
