Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35A0C11F65 for ; Mon, 5 May 2014 23:58:27 +0000 (UTC) Received: (qmail 80730 invoked by uid 500); 5 May 2014 23:58:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 80694 invoked by uid 500); 5 May 2014 23:58:16 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 80675 invoked by uid 99); 5 May 2014 23:58:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 May 2014 23:58:16 +0000 Date: Mon, 5 May 2014 23:58:16 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2732) Update README build instructions for more Maven heap MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990113#comment-13990113 ] Sean Busbey commented on ACCUMULO-2732: --------------------------------------- I have a coworker who can reliably reproduce having the core/security/crypto/BlockedIOStreamTest fail on JDK6 with default maven surefire JVM settings, regardless of manipulating the MAVEN_OPTS (since those aren't actually used for forked surefire tests) and having JDK7 installed. The test always passes for me, I suspect because of a combination of default JVM max heap and because my system has no jdk6 (while hers does), resulting in my maven using a JRE7 for running tests even though it's targeting java 6. While specifying a max heap, I have all tests passing at Xmx 756MB while she requires Xmx 1GB [~elserj] (or anyone else) would you mind if she takes this over to contribute a pom fix for the surefire plugin configs? Or would you prefer a new ticket? > Update README build instructions for more Maven heap > ---------------------------------------------------- > > Key: ACCUMULO-2732 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2732 > Project: Accumulo > Issue Type: Improvement > Components: docs > Reporter: Bill Havanki > Assignee: Josh Elser > Priority: Trivial > Labels: newbie > Fix For: 1.6.1, 1.7.0 > > > As the Accumulo code base grows, Maven needs more heap available in order to build. Currently, 256 MB appears to be enough, which is more than the default. > The README should be updated to suggest configuring Maven with more heap, e.g.: add {{MAVEN_OPTS=-Xmx256m}} to .mavenrc. This will help out folks who aren't Maven experts get a successful build. -- This message was sent by Atlassian JIRA (v6.2#6252)