Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 58516 invoked from network); 28 Sep 2009 18:41:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Sep 2009 18:41:37 -0000 Received: (qmail 62858 invoked by uid 500); 28 Sep 2009 18:41:36 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 62827 invoked by uid 500); 28 Sep 2009 18:41:36 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 62816 invoked by uid 99); 28 Sep 2009 18:41:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 18:41:36 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [64.88.168.36] (HELO webmail.us.fortent.com) (64.88.168.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Sep 2009 18:41:28 +0000 Received: from outbound-swn.fortent.com ([10.52.1.10]) by webmail.us.fortent.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 28 Sep 2009 14:41:06 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CA406B.3CF159CE" Subject: Memory issues with jackrabbit/lucene Date: Mon, 28 Sep 2009 14:41:04 -0400 Message-ID: <8A3DD82403361A4890D736E1CC87D77D7F869D@WINDGATE.ds.searchspace.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Memory issues with jackrabbit/lucene Thread-Index: Aco92yTZELJbM18SSpWVnTkZIPeuiwCkAGFQ From: "Muguet Bradbury" To: X-OriginalArrivalTime: 28 Sep 2009 18:41:06.0284 (UTC) FILETIME=[3D0422C0:01CA406B] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CA406B.3CF159CE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Repeating this question since I have not received any responses. Does anyone have any ideas on this problem? =20 ________________________________ From: Muguet Bradbury=20 Sent: Friday, September 25, 2009 8:25 AM To: users@jackrabbit.apache.org Subject: Memory issues with jackrabbit/lucene =20 We are experiencing memory leaks in our application that uses jackrabbit 1.4. When we analyze the heap dump, there are many instances of Lucene TermBuffer objects in the heap when the exception occurs. Upon inspection of the TermBuffer objects, we see document content that we want to store, but we don't want to be able to search within this content. =20 Is there a way to add content to a jackrabbit repo without making it searchable, thus avoiding the TermBuffer objects being created? =20 =20 Thanks! Muguet Bradbury ------_=_NextPart_001_01CA406B.3CF159CE--