On Sep 1, 2007, at 9:28 AM, Jae Joo wrote:
I have a Java Heap size problem during indexing for 13 millions
doc. under
linux using post.sh (optimized).
each document size is about 2k.
Is there any way to set java heap size in post.sh under tomcat?
post.sh is a Solr *client*. Your heap size issue is happening with
the Solr *server* apparently running in Tomcat for you. You'll need
to consult the Tomcat documentation for how to control it's JVM
settings. If you'd be so kind as to add what you find out here that
would be great!
<http://wiki.apache.org/solr/SolrTomcat>