Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DA557200BCE for ; Fri, 2 Dec 2016 09:11:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D8F6A160B27; Fri, 2 Dec 2016 08:11:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 526F2160B24 for ; Fri, 2 Dec 2016 09:11:59 +0100 (CET) Received: (qmail 6475 invoked by uid 500); 2 Dec 2016 08:11:58 -0000 Mailing-List: contact issues-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 issues@ignite.apache.org Received: (qmail 6455 invoked by uid 99); 2 Dec 2016 08:11:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2016 08:11:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5B69C2C0086 for ; Fri, 2 Dec 2016 08:11:58 +0000 (UTC) Date: Fri, 2 Dec 2016 08:11:58 +0000 (UTC) From: "Oleg Ostanin (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4058) Divide JVM_OPTS in yardstick properies file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Dec 2016 08:12:00 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15714411#comment-15714411 ] Oleg Ostanin commented on IGNITE-4058: -------------------------------------- Introduced DRIVER_JVM_OPTS and SERVER_JVM_OPTS. Fixed scripts and made some changes in java source files. Added a description of new features in the documentation. > Divide JVM_OPTS in yardstick properies file > ------------------------------------------- > > Key: IGNITE-4058 > URL: https://issues.apache.org/jira/browse/IGNITE-4058 > Project: Ignite > Issue Type: Task > Components: yardstick > Affects Versions: 1.7 > Reporter: Sergey Kozlov > Assignee: Oleg Ostanin > > Yardstick properties file has only JVM_OPTS parameter applied to both server and driver nodes. But due logic of some load tests and benchmarks we need to pass different parameters for servers and drivers line heap size (-Xmx, -Xms). I suggest to introduce DRIVER_JVM_OPTS and SERVER_JVM_OPTS. JVM_OPTS should be included into both new parameters and becomes the parameter of general JVM options. -- This message was sent by Atlassian JIRA (v6.3.4#6332)