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 E847911747 for ; Tue, 6 May 2014 05:55:22 +0000 (UTC) Received: (qmail 10429 invoked by uid 500); 6 May 2014 05:55:15 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 10314 invoked by uid 500); 6 May 2014 05:55:15 -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 10268 invoked by uid 99); 6 May 2014 05:55:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 05:55:14 +0000 Date: Tue, 6 May 2014 05:55:14 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2774) Update pom to ensure enough memory for tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sean Busbey created ACCUMULO-2774: ------------------------------------- Summary: Update pom to ensure enough memory for tests Key: ACCUMULO-2774 URL: https://issues.apache.org/jira/browse/ACCUMULO-2774 Project: Accumulo Issue Type: Bug Components: test Affects Versions: 1.6.0 Reporter: Sean Busbey Priority: Minor Fix For: 1.6.1, 1.7.0 On some systems JRE defaults don't provide enough heap to deal with all of our tests. Namely, org.apache.accumulo.core.security.crypto.BlockedIOStreamTest requires a fair bit of space (in the 768MB - 1GB range). The amount provided by default varies by JRE and by system specs. Our pom should ensure that by default our tests ask for as much as they'll need. -- This message was sent by Atlassian JIRA (v6.2#6252)