Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 531EB17433 for ; Mon, 21 Sep 2015 06:10:58 +0000 (UTC) Received: (qmail 52941 invoked by uid 500); 21 Sep 2015 06:10:58 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 52870 invoked by uid 500); 21 Sep 2015 06:10:58 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 52713 invoked by uid 99); 21 Sep 2015 06:10:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 06:10:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9714FDFCB3; Mon, 21 Sep 2015 06:10:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.apache.org Date: Mon, 21 Sep 2015 06:11:03 -0000 Message-Id: <68eeff2c7c5042a5ad3269ed76440e47@git.apache.org> In-Reply-To: <89a2361e00124eafa7e4d6361c53c474@git.apache.org> References: <89a2361e00124eafa7e4d6361c53c474@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/8] ignite git commit: Yardstick properties file fixed Yardstick properties file fixed Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c28cec1c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c28cec1c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c28cec1c Branch: refs/heads/ignite-843 Commit: c28cec1cd3b893adb4b5168af86d67bf5a998854 Parents: b6139f8 Author: agura Authored: Fri Sep 18 14:50:19 2015 +0300 Committer: agura Committed: Fri Sep 18 14:50:19 2015 +0300 ---------------------------------------------------------------------- modules/yardstick/config/benchmark-put-indexed-val.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c28cec1c/modules/yardstick/config/benchmark-put-indexed-val.properties ---------------------------------------------------------------------- diff --git a/modules/yardstick/config/benchmark-put-indexed-val.properties b/modules/yardstick/config/benchmark-put-indexed-val.properties index 8f3a505..e81ae6f 100644 --- a/modules/yardstick/config/benchmark-put-indexed-val.properties +++ b/modules/yardstick/config/benchmark-put-indexed-val.properties @@ -21,7 +21,7 @@ # JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false" # Uncomment to enable concurrent garbage collection (GC) if you encounter long GC pauses. -JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false" \ +JVM_OPTS=${JVM_OPTS}" -DIGNITE_QUIET=false \ -XX:+UseParNewGC \ -XX:+UseConcMarkSweepGC \ -XX:+UseTLAB \