Re: Memory error - snapshooter help

2008-09-25 Thread sunnyfr
>> initialSize="4096" >> autowarmCount="1024"/> >> >> >> > class="solr.LRUCache" >> size="4096" >> initialSize="5" >> autowarmCount="4096"/> >> >> My index are quite big: >> [EMAIL PROTECTED]:/# ls -ll data/solr/book/data >> drwxr-xr-x 2 tomcat55 nogroup 8192 Sep 25 10:08 index >> drwxr-xr-x 2 root root4096 Sep 22 16:20 snapshot.20080922162058 >> >> >> >> What would you reckon ? >> Thanks a lot guys, >> >> > > > -- View this message in context: http://www.nabble.com/Memory-error---snapshooter-help-tp19665074p19668799.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Memory error - snapshooter help

2008-09-25 Thread sunnyfr
t;> class="solr.LRUCache" >> size="16384" >> initialSize="4096" >> autowarmCount="1024"/> >> >> >>> class="solr.LRUCache" >> size="4096" >&g

Re: Memory error - snapshooter help

2008-09-25 Thread Mark Miller
It is a mistake to give java 6gb out of 8gb available. First, when you say 6gb, thats just the heap - the java process will use memory beyond 6gb. That doesn't leave you with hardly any RAM for any other process. And it leaves you almost *nothing* for the filesystem cache. Effectively, you are

Re: Memory error - snapshooter help

2008-09-25 Thread Bill Au
uot;5" > autowarmCount="4096"/> > > My index are quite big: > [EMAIL PROTECTED]:/# ls -ll data/solr/book/data > drwxr-xr-x 2 tomcat55 nogroup 8192 Sep 25 10:08 index > drwxr-xr-x 2 root root4096 Sep 22 16:20 snapshot.20080922162058 > > > > What would you reckon ? > Thanks a lot guys, > > -- > View this message in context: > http://www.nabble.com/Memory-error---snapshooter-help-tp19665074p19665074.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Memory error - snapshooter help

2008-09-25 Thread sunnyfr
096 Sep 22 16:20 snapshot.20080922162058 What would you reckon ? Thanks a lot guys, -- View this message in context: http://www.nabble.com/Memory-error---snapshooter-help-tp19665074p19665074.html Sent from the Solr - User mailing list archive at Nabble.com.