Lewis,
A large maxFieldLength may not necessarily result in OOM - it depends on -Xmx
you are using, the number of concurrent documents being processed, and such.
So the first thing I'd look would be my machine's RAM, then -Xmx I can afford,
then based on that set maxFieldLengthmay.
Otis
Se
Thank you Erick
Lewis
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: 03 February 2011 13:25
To: solr-user@lucene.apache.org
Subject: Re: value for maxFieldLength
This is not really vary large, Solr should handle this easily (assuming
you've giv
This is not really vary large, Solr should handle this easily (assuming
you've given it enough memory) so I'd go with a large number, say
20M. If you start running out of memory, then you've probably given
the JVM too little memory.
But Solr should handle this without a burp.
Best
Erick
On Wed,