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)