You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/10/19 10:32:00 UTC

[jira] [Created] (IGNITE-13592) .NET: Incorrect GetTotalPhysicalMemory result in Docker

Pavel Tupitsyn created IGNITE-13592:
---------------------------------------

             Summary: .NET: Incorrect GetTotalPhysicalMemory result in Docker
                 Key: IGNITE-13592
                 URL: https://issues.apache.org/jira/browse/IGNITE-13592
             Project: Ignite
          Issue Type: Bug
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


{{MemoryInfo.GetTotalPhysicalMemory}} uses {{/proc/meminfo}} on Linux, which does not take Docker memory limit into account.

This affects:
* {{DataRegionConfiguration.DefaultMaxSize}}
* {{MemoryPolicyConfiguration.DefaultMaxSize}}

The following test fail in Docker when memory limit is set:
* {{IgniteConfigurationTest.TestSpringXml}}
* {{IgnitionStartTest.TestIgniteStartsFromSpringXml}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)