Return-Path: X-Original-To: apmail-phoenix-commits-archive@minotaur.apache.org Delivered-To: apmail-phoenix-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 3726D106B5 for ; Mon, 10 Mar 2014 06:21:07 +0000 (UTC) Received: (qmail 61160 invoked by uid 500); 10 Mar 2014 06:21:04 -0000 Delivered-To: apmail-phoenix-commits-archive@phoenix.apache.org Received: (qmail 61105 invoked by uid 500); 10 Mar 2014 06:21:04 -0000 Mailing-List: contact commits-help@phoenix.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.incubator.apache.org Delivered-To: mailing list commits@phoenix.incubator.apache.org Received: (qmail 60931 invoked by uid 99); 10 Mar 2014 06:21:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 06:21:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Mar 2014 06:20:51 +0000 Received: (qmail 60279 invoked by uid 99); 10 Mar 2014 06:20:20 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 06:20:20 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5E59E93BE4F; Mon, 10 Mar 2014 06:20:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jeffreyz@apache.org To: commits@phoenix.incubator.apache.org Date: Mon, 10 Mar 2014 06:20:38 -0000 Message-Id: <789f9b043365496699f66eec3dca7bd8@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [21/50] git commit: Reset memory setting because previous memory issue is due to memory leak in check in of Phoenix-42 X-Virus-Checked: Checked by ClamAV on apache.org Reset memory setting because previous memory issue is due to memory leak in check in of Phoenix-42 Project: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/commit/09473f51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/tree/09473f51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-phoenix/diff/09473f51 Branch: refs/heads/master Commit: 09473f51e1f7398f0f2080c9ea91737fcff5eacb Parents: e71d05e Author: Jeffrey Zhong Authored: Thu Feb 20 21:50:11 2014 -0800 Committer: Jeffrey Zhong Committed: Thu Feb 20 21:51:26 2014 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-phoenix/blob/09473f51/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 39ba613..c7524d3 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ maven-surefire-plugin 2.16 - -enableassertions -Xmx3G + -enableassertions -Xmx2250m -Djava.security.egd=file:/dev/./urandom ${test.output.tofile}