Re: Lucene performance question

2006-03-09 Thread DanielFeinstein
I'm using the following java options: JAVA_OPTS='-Xmx1524m -Xms1524m -Djava.awt.headless=true' --- Grant Ingersoll <[EMAIL PROTECTED]> wrote: > What is your Java max heap size set to? This is the > -Xmx Java option. > > Daniel Feinstein wrote: > > Hi, > > > > My lucene index is not big (about

Re: Lucene performance question

2006-03-09 Thread Grant Ingersoll
What is your Java max heap size set to? This is the -Xmx Java option. Daniel Feinstein wrote: Hi, My lucene index is not big (about 150M). My computer has 2G RAM but for some reason when I'm trying to store my index using org.apache.lucene.store.RAMDirectory it fails with java out of memory

Lucene performance question

2006-03-09 Thread Daniel Feinstein
Hi, My lucene index is not big (about 150M). My computer has 2G RAM but for some reason when I'm trying to store my index using org.apache.lucene.store.RAMDirectory it fails with java out of memory exception. Also sometimes for the same search query time spent on search could raise in 10-20 tim