On Tue, Jul 17, 2012 at 10:44 AM, Smiley, David W. <dsmi...@mitre.org> wrote:

> This is on Lucene 4.0-ALPHA using JDK 7.  I'm using 6GB of heap; my attempts 
> to use less resulted in Out-of-memory errors.  What FST size limitation am I 
> bumping up against?
>

2 gig limit.

if your output is sometimes 48k integers, thats huge! Instead of
bloating the FST with that, maybe put that in something else and just
refer to them in the FST by file pointer.

-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to