Re: Out of memory while creating indexes

2011-03-04 Thread Praveen Parameswaran
Hi , post.sh is using curl as I see , will that be helpful? On Fri, Mar 4, 2011 at 1:24 PM, Upayavira wrote: > post.jar is intended for demo purposes, not production use, so it > doesn;t surprise me you've managed to break it. > > Have you tried using curl to do the post? > > Upayavira > > On T

Re: Out of memory while creating indexes

2011-03-03 Thread Upayavira
post.jar is intended for demo purposes, not production use, so it doesn;t surprise me you've managed to break it. Have you tried using curl to do the post? Upayavira On Thu, 03 Mar 2011 17:02 -0500, "Solr User" wrote: > Hi All, > > I am trying to create indexes out of a 400MB XML file using th

Re: Out of memory while creating indexes

2011-03-03 Thread Gora Mohanty
On Fri, Mar 4, 2011 at 3:32 AM, Solr User wrote: > Hi All, > > I am trying to create indexes out of a 400MB XML file using the following > command and I am running into out of memory exception. Is this a single record in the XML file? If it is more than one, breaking it up into separate XML files

Out of memory while creating indexes

2011-03-03 Thread Solr User
Hi All, I am trying to create indexes out of a 400MB XML file using the following command and I am running into out of memory exception. $JAVA_HOME/bin/java -Xms768m -Xmx1024m -*Durl*=http://$SOLR_HOST SOLR_PORT/solr/customercarecore/update -jar $SOLRBASEDIR/*dataconvertor*/common/lib/post.jar $S