[ 
https://issues.apache.org/jira/browse/IGNITE-5433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ksenia Rybakova updated IGNITE-5433:
------------------------------------
    Description: 
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.
{noformat}

  was:
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.


> 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.
> {noformat}



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

Reply via email to