Re: facebook memcached on github (redux)

2008-12-21 Thread Tony Tung
On 12/20/08 4:42 AM, Toru Maesaka tmaes...@gmail.com wrote: Hi! I've quickly glanced through the repo and even though I think the idea of the flat allocator is neat and how it uses mmap (/me loves mmap), I think the flat allocator itself should belong outside the codebase. So, what I'm trying to

Re: memcache error SYSTEM ERROR

2008-12-21 Thread Scott Lillibridge
Cached items cannot be more the 1024KB in size. On Sun, Dec 21, 2008 at 7:17 PM, Apun Hiran apunhi...@gmail.com wrote: Hello, I am trying to cache a file across 2 memcached instances. ora...@hadoop-master:~$ ssh hadoop1 Linux hadoop1 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008

Re: memcache error SYSTEM ERROR

2008-12-21 Thread Dustin
On Dec 21, 7:33 pm, Apun Hiran apunhi...@gmail.com wrote: Hello Scott, I am trying to put a binary file in memory across on 2 servers. The size of the file is 400MB. Is 1MB the limitation of memcache? My requirement is to have large files (image) cached into memory for quick access. I have