Re: Overriding the size of each slab page

2012-01-20 Thread Mala Gupta
In C# How can i store large amount of data in memcached, I'm getting exception object too large for cache , Please help me thanks

Re: Overriding the size of each slab page

2012-01-20 Thread Henrik Schröder
If you use our client, http://code.google.com/p/beitmemcached/, it has built-in compression of large objects. However, if the compressed size of your data is larger than 1MB, you can't store it as one item, you have to split it up somehow and store the parts. /Henrik On Thu, Jan 12, 2012 at

Re: Overriding the size of each slab page

2011-07-26 Thread David Mitchell
On Jul 25, 4:38 pm, dormando dorma...@rydia.net wrote: Uhhh. Can you post the output of `memcached -vvv` with your -I adjustments? If you reduce the max page size it most certainly reduces the number of slabs. It will increase the number of slab *pages* available. Which doesn't affect

Overriding the size of each slab page

2011-07-25 Thread David Mitchell
On memcached version 1.4.5-1ubuntu1, there are two entries for the ‘- I’ parameter in the memcached(1) man page. -I Override the size of each slab page in bytes. In mundane words, it adjusts the maximum item size that memcached will accept. You can use the suffixes K and M to specify the

Re: Overriding the size of each slab page

2011-07-25 Thread dormando
On memcached version 1.4.5-1ubuntu1, there are two entries for the ‘- I’ parameter in the memcached(1) man page. -I Override the size of each slab page in bytes. In mundane words, it adjusts the maximum item size that memcached will accept. You can use the suffixes K and M to specify