You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ksenia Rybakova (JIRA)" <ji...@apache.org> on 2017/06/07 10:32:18 UTC

[jira] [Created] (IGNITE-5433) Incorrect warning when "default" memory policy is used

Ksenia Rybakova created IGNITE-5433:
---------------------------------------

             Summary: Incorrect warning when "default" memory policy is used
                 Key: IGNITE-5433
                 URL: https://issues.apache.org/jira/browse/IGNITE-5433
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Ksenia Rybakova
            Priority: Minor
             Fix For: 2.1


The following memory config is used:
{noformat}
<property name="memoryConfiguration">
    <bean class="org.apache.ignite.configuration.MemoryConfiguration">
        <property name="defaultMemoryPolicyName" value="default"/>
    </bean>
</property>
{noformat}
No any additional memory policies are configured.

Server RAM is 98Gb (at least 50Gb is free). Default memory policy should use 80% of it.

But warning in log is:
{noformat}
[WARN ][main][IgniteCacheDatabaseSharedManager] No user-defined default MemoryPolicy found; system default of 1GB size will be used.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)