You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/04/01 14:51:25 UTC

[jira] [Created] (IGNITE-2939) .NET: Review default Xms/Xmx settings

Pavel Tupitsyn created IGNITE-2939:
--------------------------------------

             Summary: .NET: Review default Xms/Xmx settings
                 Key: IGNITE-2939
                 URL: https://issues.apache.org/jira/browse/IGNITE-2939
             Project: Ignite
          Issue Type: Improvement
          Components: platforms
    Affects Versions: 1.1.4
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 1.6


Currently IgniteConfiguration in .NET defaults to 512m/1024m, which is not correct for x86 mode.

Instead, we should rely on JVM defaults:
* Treat negative IgniteConfiguration.Jvm*MemoryMb property values as "none" and don't send them to Java
* Use these by default
* Remove Xmx/Xms settings from examples



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)