Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 82738 invoked from network); 11 Jun 2006 09:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jun 2006 09:09:30 -0000 Received: (qmail 41202 invoked by uid 500); 11 Jun 2006 09:09:30 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 41179 invoked by uid 500); 11 Jun 2006 09:09:29 -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 41170 invoked by uid 99); 11 Jun 2006 09:09:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 02:09:29 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of the.mindstorm.mailinglist@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jun 2006 02:09:28 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1693466uge for ; Sun, 11 Jun 2006 02:09:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qoxCacCgfgZXFDbzFp4cowfPM4lzde6nOpOaB2WMxnu3+FLAqgfOGOinB8RLNHfrD5mQZ7oA1UgNbucqFz5M2aZDepZCZCcsWEc9INpw9/WdNi/jm92pfc0EmJd1j/wmU0MNxIm2IjgZ6m8vg1V4D54OEbTJcIXIdCcMQwqFUGA= Received: by 10.67.89.5 with SMTP id r5mr4045821ugl; Sun, 11 Jun 2006 02:09:07 -0700 (PDT) Received: by 10.66.239.20 with HTTP; Sun, 11 Jun 2006 02:09:07 -0700 (PDT) Message-ID: Date: Sun, 11 Jun 2006 12:09:07 +0300 From: "Alexandru Popescu" To: users@jackrabbit.apache.org Subject: Re: Problem with indexes In-Reply-To: <4485319B.10604@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <447AECF5.8020600@lightcomp.com> <447BF040.4080201@gmx.net> <447C6918.4040608@lightcomp.com> <447DC2F8.30602@lightcomp.com> <4484160A.4060608@lightcomp.com> <4485319B.10604@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N With 1.5.0_06 and -server the JVM crashes from time to time. If -server is removed, than it works with 1.5.0_06 oke. ./alex -- .w( the_mindstorm )p. On 6/6/06, Marcel Reutegger wrote: > I also used 1.5.0_07 and the test run fine. I actually modified the test > slightly to create 1/2 million nodes. memory consumption was around 70 > megs at the end of the test. > > regards > marcel > > Petr Pytelka wrote: > > Hi, > > test passed when I applied JCR-448 and JCR-450 on 1.0.1, using SUN JVM > > 1.5.0_07. > > > > Thanks, Petr > > > > Alexandru Popescu wrote: > >> A quick update (probably I will update it once more later). > >> > >> I have run Test3 with JDK1.5.0_06 and JRockit1.5.0_06 and with the > >> following configs: > >> > >> 1/ jackrabbit-1.0: consistently fails between 700 - 1500 documents > >> 2/ jackrabbit-1.0.1 (with patch JCR-448 included) > >> 2.1/ with JDK1.5.0_06: results in a JVM crash at about 13000-15000 > >> documents > >> 2.2/ with JRockit1.5.0_06: the only one that finished the test > >> > >