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

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

    [ https://issues.apache.org/jira/browse/IGNITE-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221724#comment-15221724 ] 

ASF GitHub Bot commented on IGNITE-2939:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/598

    IGNITE-2939 .NET: Review default Xms/Xmx settings

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-2939

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/598.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 #598
    
----
commit c5264df05ea11ae3455f3868cc13db9fdc2f00d3
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-01T13:30:47Z

    IGNITE-2939 .NET: Review default Xms/Xmx settings

commit b4e913ac9b8edcc6af8b46d43d2e0f939a937f53
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-01T13:42:05Z

    Remove xmx/xms settings from examples

commit 0944b0e8b28bbcc3d913720e4f0392a288a5b084
Author: Pavel Tupitsyn <pt...@gridgain.com>
Date:   2016-04-01T14:06:22Z

    Adjust usings

----


> .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)