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

Ksenia Rybakova updated IGNITE-4311:
------------------------------------
    Description: 
Apache.Ignite.Examples.Datagrid.MultiTieredCacheExample has some issues:

1) Typo
{noformat}
Console.WriteLine(">>> Lifecycle example started.");
{noformat}

2) 
{noformat}
OffHeapMaxMemory = EntrySize * 10, // Limit off-heap to 10 entries.
{noformat}
This size is not enough to store 10 entries, overhead is not taked into 
account. In my case some experiments showed that  (EntrySize * 10) + 810 is 
minimum required.


  was:
Apache.Ignite.Examples.Datagrid.MultiTieredCacheExample has some issues:

1) Typo
{noformat}
Console.WriteLine(">>> Lifecycle example started.");
{noformat}

2) 
{noformat}
OffHeapMaxMemory = EntrySize * 10, // Limit off-heap to 10 entries.
{noformat}
This size is not enough to store 10 entries, overhead is not taked into 
account. In my case some experiments showed that  (EntrySize * 10) + 810 is 
minimum.



> .NET: MultiTieredCacheExample has some issues 
> ----------------------------------------------
>
>                 Key: IGNITE-4311
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4311
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 1.8
>            Reporter: Ksenia Rybakova
>
> Apache.Ignite.Examples.Datagrid.MultiTieredCacheExample has some issues:
> 1) Typo
> {noformat}
> Console.WriteLine(">>> Lifecycle example started.");
> {noformat}
> 2) 
> {noformat}
> OffHeapMaxMemory = EntrySize * 10, // Limit off-heap to 10 entries.
> {noformat}
> This size is not enough to store 10 entries, overhead is not taked into 
> account. In my case some experiments showed that  (EntrySize * 10) + 810 is 
> minimum required.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to