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)