Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 229D618C68 for ; Wed, 29 Apr 2015 13:10:52 +0000 (UTC) Received: (qmail 81964 invoked by uid 500); 29 Apr 2015 13:10:52 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 81928 invoked by uid 500); 29 Apr 2015 13:10:52 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 81912 invoked by uid 99); 29 Apr 2015 13:10:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 13:10:51 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of ognen.duzlevski@gmail.com does not designate 54.191.145.13 as permitted sender) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 13:10:43 +0000 Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 2ECA32302A for ; Wed, 29 Apr 2015 13:10:23 +0000 (UTC) Received: by lagv1 with SMTP id v1so19492742lag.3 for ; Wed, 29 Apr 2015 06:10:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Cj4wlti4wswgOsia+dv41J5fetZvax4ogH04NfSTQpY=; b=iBmxlPCItlYxrRIhYtpW2GPIdz4PNr2tCnTaRE3UvglZDmNarxLb/fz5mFMitlIhMO P8Iv3giEwHsLiZK1ij5EsImwpCsSmWYAdcCb/H24halFkzAyDzrMDKC5tE4f++gSL1LE g98to6NMPYSEET5l114wMOKi9gfZoCSGLFTwREKCrVoIH2MqLrv395z5E7AlWXId3krs 4/fd1UtXi+yQtSdc9hU7HhkHsneGHiwVRTmJQKCAjII/+Y7b+19ImxK+82i8ZUSxEnsM RrAmef3GY0oxZzxDfouXKF2WJuYLZ/5PaWoDUSwbj/PyNVJm+2/Cg4PNN9qKL6g2Wp8L hRaw== X-Received: by 10.112.199.195 with SMTP id jm3mr18911805lbc.38.1430313021680; Wed, 29 Apr 2015 06:10:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.255.36 with HTTP; Wed, 29 Apr 2015 06:09:41 -0700 (PDT) From: Ognen Duzlevski Date: Wed, 29 Apr 2015 08:09:41 -0500 Message-ID: Subject: Configuring ignite To: dev Content-Type: multipart/alternative; boundary=001a11c33c909331870514dcb355 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c33c909331870514dcb355 Content-Type: text/plain; charset=UTF-8 Hello all, Is there some kind of a "guide" available to configuring/tweaking ignite? So far I have been going with the default example-ignite.xml file that comes with the ignite distribution, however, I am ready to move on and tweak, add etc. For example, I have 5 machines each with 30+GB of RAM that I can dedicate to an ignite cache. However, when I start ignite using the example-ignite.xml configuration file, I get something like this: [08:02:16] Ignite node started OK (id=e4be78cf) [08:02:16] Topology snapshot [ver=1, nodes=1, CPUs=8, heap=1.0GB] I am not even sure what the last line means when referring to the heap=1.0GB line - does it mean I only get 1GB for cache even though I have 30GB available? Does it mean I get to start with 1GB but it will auto-expand to max available heap? So on and so on. I am happy to write things up somewhere and contribute to documentation if anyone on here is willing to answer questions in private or public as I go along! :-) Thanks, Ognen --001a11c33c909331870514dcb355--