If I needed to grow it out would I then be able to use, 4 2 GB instances for example?
----- Original Message ---- From: Jehiah Czebotar <[EMAIL PROTECTED]> To: a f <[EMAIL PROTECTED]> Cc: [email protected] Sent: Tuesday, May 8, 2007 6:03:57 PM Subject: Re: Multiple nodes vs multiple servers On 5/8/07, a f <[EMAIL PROTECTED]> wrote: > > Ideally, scaling out to many memcached servers (with >1 node) would be > preferred but for a pilot I am working on building out a memcached box on an > existing server. It has a dual-xeons and 8GB of RAM. Would it be preferred > to use many instances on that single server or is it possible to have 1 very > large instance? for your scenario; one instance will do just fine. (one instance is preferred to keep the number of connections down, and so that client libraries can better optimize multi get requests) also many on this list (myself included) would recommend you not "guess" at how much memcached memory space you actually need, but start with something small like say a few hundred megs of memory (memcached is really efficient) and grow it as you need while watching your usage stats. -- Jehiah __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
