Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B6EC10AD0 for ; Thu, 18 Jul 2013 12:19:50 +0000 (UTC) Received: (qmail 4692 invoked by uid 500); 18 Jul 2013 12:19:49 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 4610 invoked by uid 500); 18 Jul 2013 12:19:49 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 4540 invoked by uid 99); 18 Jul 2013 12:19:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 12:19:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 12:19:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DDFFA238889B; Thu, 18 Jul 2013 12:19:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1504450 - /jackrabbit/oak/trunk/oak-parent/pom.xml Date: Thu, 18 Jul 2013 12:19:26 -0000 To: oak-commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130718121926.DDFFA238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu Jul 18 12:19:26 2013 New Revision: 1504450 URL: http://svn.apache.org/r1504450 Log: OAK-158: Specify fixed memory settings for unit and integration tests Increase the permgen size a bit to avoid failures in oak-upgrade Modified: jackrabbit/oak/trunk/oak-parent/pom.xml Modified: jackrabbit/oak/trunk/oak-parent/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1504450&r1=1504449&r2=1504450&view=diff ============================================================================== --- jackrabbit/oak/trunk/oak-parent/pom.xml (original) +++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Jul 18 12:19:26 2013 @@ -34,7 +34,7 @@ pom - -Xmx512m -XX:MaxPermSize=32m -Doak.root.purgeLimit=100 + -Xmx512m -XX:MaxPermSize=48m -Doak.root.purgeLimit=100 false