Re: Memory problems with HttpSolrServer

2013-05-06 Thread Shawn Heisey
On 5/6/2013 1:32 AM, Rogowski, Britta wrote: > Hi! > > When I write from our database to a HttpSolrServer, (using a > LinkedBlockingQueue to write just one document at a time), I run into memory > problems (due to various constraints, I have to remain on a 32-bit system, so > I can use at most

Re: Memory problems with HttpSolrServer

2013-05-06 Thread Andre Bois-Crettez
On 05/06/2013 09:32 AM, Rogowski, Britta wrote: Hi! When I write from our database to a HttpSolrServer, (using a LinkedBlockingQueue to write just one document at a time), I run into memory problems (due to various constraints, I have to remain on a 32-bit system, so I can use at most 2 GB RA

Memory problems with HttpSolrServer

2013-05-06 Thread Rogowski, Britta
Hi! When I write from our database to a HttpSolrServer, (using a LinkedBlockingQueue to write just one document at a time), I run into memory problems (due to various constraints, I have to remain on a 32-bit system, so I can use at most 2 GB RAM). If I use an EmbeddedSolrServer (to write loca