You may use one index at a time, but both indexes are active and loaded all its terms in memory. Memory consumption will be certainly more.
Regards Aditya http://www.findbestopensource.com On Fri, May 14, 2010 at 10:28 AM, Maduranga Kannangara < mkannang...@infomedia.com.au> wrote: > Hi > > We use separate JVMs to Index and Query. > (Client applications will query only slaves, > while master does only indexing) > > Recently we moved a two master indexes to > a single JVM. Our memory allocation was for > each index was 512Mb and 1Gb. > > Once we moved both indexes to a single VM, > we thought it would still Index using 1Gb as we > use only one index at a time. But for our surprise > it needed more than that (1.2Gb) even though > only one index was used at a time. > > Can I know why, or can I know how to find > why this is? > > Solr 1.4 > Java 1.6.0_20 > > We use a VPS for deployment. > > Thanks in advance > Madu > > >