On Wed, Dec 9, 2009 at 5:36 PM, kalidoss < kalidoss.muthuramalin...@sifycorp.com> wrote:
> Hi > To run a Solr-1.3.0 with Data/index directory size of 11GB, 80 lakhs > documents and 11 lakhs read request and 30 thousand writes. Every month > 200mb of index directory size getting increase. > > 11 lakh read requests and 30 thousand write requests within how much time? > Please suggest me. What type of configuration(CPU, Ram, hard disk) server > require to make the solr as Stable. > > In general, having enough RAM for Solr caches as well as the OS for the file caches is good. Fast IO helps too. You'd most likely go for a master/slave deployment in production. We use boxes with quad cores, 16 gig RAM, SCSI disks. YMMV. -- Regards, Shalin Shekhar Mangar.