Re: an improvement for memory usage in SimplePostTool

2011-02-04 Thread Chris Hostetter
: hi all : when using post.jar to post very large xml files to solr like : java -Xmx1g -Durl=http://localhost/solr/update -jar post.jar : sample.xml, FWIW: post.jar is not intended/suggested to be a robust solution that people should use to index content in Solr -- it's provided solely as a

an improvement for memory usage in SimplePostTool

2011-01-23 Thread Li Li
hi all when using post.jar to post very large xml files to solr like java -Xmx1g -Durl=http://localhost/solr/update -jar post.jar sample.xml, it will use many java heap space. e.g. in our case, we will post xml files larger than 1GB. Because UpdateHandler in solr will do many things. It