RE: howto run CheckIndex on huge index size

2012-08-15 Thread Uwe Schindler
o: java-user@lucene.apache.org > Subject: RE: howto run CheckIndex on huge index size > > I hope the problem is fixed now; this mail is just to check! It was hard to > unsubscribe because of the strange eMail. Have no idea at all... > > Uwe > > - > Uwe Schindler > H

RE: howto run CheckIndex on huge index size

2012-08-15 Thread Uwe Schindler
m: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Wednesday, August 15, 2012 3:13 PM > To: java-user@lucene.apache.org > Subject: RE: howto run CheckIndex on huge index size > > I got is, too. As a moderator of this list, I will look into finding the root cause > and forcefully

RE: howto run CheckIndex on huge index size

2012-08-15 Thread Uwe Schindler
ehling [mailto:bernd.fehl...@uni-bielefeld.de] > Sent: Wednesday, August 15, 2012 3:04 PM > To: java-user@lucene.apache.org > Subject: Re: howto run CheckIndex on huge index size > > > I guess that ulimit could be a default setting of XenServer when it was first time > setup. >

Re: howto run CheckIndex on huge index size

2012-08-15 Thread Bernd Fehling
om: Bernd Fehling [mailto:bernd.fehl...@uni-bielefeld.de] >> Sent: Wednesday, August 15, 2012 2:07 PM >> To: java-user@lucene.apache.org >> Subject: Re: howto run CheckIndex on huge index size >> >> Hi Uwe, >> >> index size is: >> -rw-r--r-- 1 solr users 82

RE: howto run CheckIndex on huge index size

2012-08-15 Thread Uwe Schindler
bject: Re: howto run CheckIndex on huge index size > > Hi Uwe, > > index size is: > -rw-r--r-- 1 solr users 82G 15. Aug 07:50 _2rhe.fdt > -rw-r--r-- 1 solr users 303M 15. Aug 07:50 _2rhe.fdx > -rw-r--r-- 1 solr users 1,2k 15. Aug 07:36 _2rhe.fnm > -rw-r--r-- 1 solr users 39G

Re: howto run CheckIndex on huge index size

2012-08-15 Thread Bernd Fehling
Hi Uwe, index size is: -rw-r--r-- 1 solr users 82G 15. Aug 07:50 _2rhe.fdt -rw-r--r-- 1 solr users 303M 15. Aug 07:50 _2rhe.fdx -rw-r--r-- 1 solr users 1,2k 15. Aug 07:36 _2rhe.fnm -rw-r--r-- 1 solr users 39G 15. Aug 09:04 _2rhe.frq -rw-r--r-- 1 solr users 757M 15. Aug 09:05 _2rhe.nrm -rw-r--r--

RE: howto run CheckIndex on huge index size

2012-08-15 Thread Uwe Schindler
You don't get a heap-related OOM in your stack trace, it is "Map failed" - caused by MMapDirectory. You don't have enough virtual memory to map the index into address space. I think your heap is way too mch (-Xmx25g is way too big for any existing index and drives GC crazy). How big is your index?