From dev-return-21824-apmail-ignite-dev-archive=ignite.apache.org@ignite.apache.org Sat May 20 06:40:00 2017 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 9FE5519AE8 for ; Sat, 20 May 2017 06:40:00 +0000 (UTC) Received: (qmail 57799 invoked by uid 500); 20 May 2017 06:40:00 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 57758 invoked by uid 500); 20 May 2017 06:40:00 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 57741 invoked by uid 99); 20 May 2017 06:40:00 -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; Sat, 20 May 2017 06:40:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DB2B8DFE61; Sat, 20 May 2017 06:39:59 +0000 (UTC) From: vinx13 To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1976: IGNITE-5248: Detect a 32-bit JVM using too large ... Content-Type: text/plain Date: Sat, 20 May 2017 06:39:59 +0000 (UTC) GitHub user vinx13 opened a pull request: https://github.com/apache/ignite/pull/1976 IGNITE-5248: Detect a 32-bit JVM using too large init page size You can merge this pull request into a Git repository by running: $ git pull https://github.com/vinx13/ignite ignite-5248 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1976.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1976 ---- commit f797eb6a2d18275877fd36574ec4477f0b4d14b5 Author: Wuwei Lin Date: 2017-05-20T06:38:19Z IGNITE-5248: Detect a 32-bit JVM trying to allocate too big amount of memory in memory policy ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---