Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 38713 invoked from network); 15 Dec 2005 18:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Dec 2005 18:31:44 -0000 Received: (qmail 80124 invoked by uid 500); 15 Dec 2005 18:31:38 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 79969 invoked by uid 500); 15 Dec 2005 18:31:37 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 79958 invoked by uid 99); 15 Dec 2005 18:31:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 10:31:37 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tucros3141@hotmail.com designates 65.54.174.27 as permitted sender) Received: from [65.54.174.27] (HELO hotmail.com) (65.54.174.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2005 10:31:36 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 15 Dec 2005 10:31:16 -0800 Message-ID: Received: from 65.54.174.200 by by103fd.bay103.hotmail.msn.com with HTTP; Thu, 15 Dec 2005 18:31:15 GMT X-Originating-IP: [64.50.99.83] X-Originating-Email: [tucros3141@hotmail.com] X-Sender: tucros3141@hotmail.com From: "chandler burgess" To: java-user@lucene.apache.org Subject: IndexReader.open crashes JVM Date: Thu, 15 Dec 2005 18:31:15 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 15 Dec 2005 18:31:16.0174 (UTC) FILETIME=[BBFC3EE0:01C601A5] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I have a 6GB index consisting of about 4M documents, each with 2 fields. The index built fine and then I optimized it. Whenever I try to open the index, though, the jvm crashes saying it has run out of heap space. Even when I increase the heap size it just runs longer and then crashes. With a heap of 512M, it ran for about 2 minutes and then crashed. Anyone have clues as to what could cause this? Also, does it usually take this long to open an index? Im using lucene1.4.3 on a XP machine with jdk1.5. Any help is appreciated. Chandler Burgess --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org