Solr needs memory allocation for different operations, not for the
index size. It needs X amount of memory for a query, Y amount of
memory for document found by a query, and other things. Sorting needs
memory for the number of documents. Faceting needs memory for the
number of unique values in a field.  You just have to experiment with
increasing the java heap until you stop getting OutOfMemory errors.

On Thu, Feb 4, 2010 at 6:52 AM, Smith G <gudumba.sm...@gmail.com> wrote:
> Hello All,
>             I am trying to start Solr server using Jetty ( same as in
> Solr tutorial in their website ).  As the index size is around 3.5gb
> its returning OutOfMemoryError. Is it mandatory to satisfy the
> condition java heap size > index size ? . If yes, is there any
> solution to run Solr successfully on my computer. Please also note
> that my ram size is 3GB.
>   I am using jetty on local computer ( a faster one ) as its only for
> testing purpose. The only option I have is the same. So, any
> suggestions ?
> Thanks.
>



-- 
Lance Norskog
goks...@gmail.com

Reply via email to