RE: Solr java.lang.OutOfMemoryError: Java heap space

2015-09-28 Thread will martin
java.lang.OutOfMemoryError: Java heap space Hi, I am trying to retrieve all the documents from a solr index in a batched manner. I have 100M documents. I am retrieving them using the method proposed here https://nowontap.wordpress.com/2014/04/04/solr-exporting-an-index-to-an-external-file/ I am

Re: Solr java.lang.OutOfMemoryError: Java heap space

2015-09-28 Thread Gili Nachum
ay/solr/Pagination+of+Results > > M. > > > > > > > > -Original message- > > > From:Ajinkya Kale > > > Sent: Monday 28th September 2015 20:46 > > > To: solr-user@lucene.apache.org; java-u...@lucene.apache.org > > > Subject: Solr ja

Re: Solr java.lang.OutOfMemoryError: Java heap space

2015-09-28 Thread Ajinkya Kale
t; -Original message- > > From:Ajinkya Kale > > Sent: Monday 28th September 2015 20:46 > > To: solr-user@lucene.apache.org; java-u...@lucene.apache.org > > Subject: Solr java.lang.OutOfMemoryError: Java heap space > > > > Hi, > > > > I am trying to ret

RE: Solr java.lang.OutOfMemoryError: Java heap space

2015-09-28 Thread Markus Jelsma
pache.org > Subject: Solr java.lang.OutOfMemoryError: Java heap space > > Hi, > > I am trying to retrieve all the documents from a solr index in a batched > manner. > I have 100M documents. I am retrieving them using the method proposed here > https://nowontap.wordpress.com/2014

Solr java.lang.OutOfMemoryError: Java heap space

2015-09-28 Thread Ajinkya Kale
Hi, I am trying to retrieve all the documents from a solr index in a batched manner. I have 100M documents. I am retrieving them using the method proposed here https://nowontap.wordpress.com/2014/04/04/solr-exporting-an-index-to-an-external-file/ I am dumping 10M document splits in each file. I ge