Re: ContentStreamUpdateRequest - out of memory on a large file

2010-05-15 Thread Lance Norskog
There is a known problem (that I can't find at the moment) where an uploaded file is retained while the next one is processed. When these two successive files are both huge, the coexistence of two giant causes an OOM. Do you have this problem on the first file, second file, or at some time later?

Re: ContentStreamUpdateRequest - out of memory on a large file

2010-05-13 Thread Grant Ingersoll
On May 12, 2010, at 1:58 PM, Christopher Baird wrote: > We're running into an out of memory problem when sending a large file to our > SOLR server using the ContentStreamUpdateRequest. It appears that this > happens because when the request method of CommonsHttpSolrServer is called > (this is ca