Re: Memcache not caching big values (> 1Mb)

2013-03-11 Thread Matthew Summers
On Mon, Mar 11, 2013 at 9:38 AM, Matthew Summers wrote: > On Mon, Mar 11, 2013 at 3:46 AM, Aymeric Augustin > wrote: >> Memcache backend, using python-memcache silently ignores data bigger than >> 1Mb. >> >> >> This is actually a limitation of memcached its

Re: Memcache not caching big values (> 1Mb)

2013-03-11 Thread Matthew Summers
On Mon, Mar 11, 2013 at 3:46 AM, Aymeric Augustin wrote: > Memcache backend, using python-memcache silently ignores data bigger than > 1Mb. > > > This is actually a limitation of memcached itself. > memcached can be invoked with -I (that is a capital i) to change the size of the slab page. Defau