Hi,

Have you read 
http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html ? 
Especially the last part about configuring your system correctly for mmap is 
important. Mmap can handle index files with hundreds of Gigabytes on systems 
with less physical RAM, you just have to define the ulimit settings correctly.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


> -----Original Message-----
> From: Snehal Chennuru [mailto:snehal.ku...@gmail.com]
> Sent: Tuesday, September 11, 2012 12:52 AM
> To: general@lucene.apache.org
> Subject: Re: OOM with Lucene 3.6 & Jrockit
> 
> It turns out that using MMapDirectory was causing OOM exception as the index
> size was over 20GB. Changed it to use SimpleFSDirectory avoids this issue.
> 
> 
> 
> --
> View this message in context: http://lucene.472066.n3.nabble.com/OOM-with-
> Lucene-3-6-Jrockit-tp4006487p4006747.html
> Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to