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 2016/12/08 12:40:58 UTC

[jira] [Closed] (IGNITE-4311) .NET: MultiTieredCacheExample has some issues

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

Ksenia Rybakova closed IGNITE-4311.
-----------------------------------
    Assignee: Ksenia Rybakova

verified

> .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
>            Assignee: Ksenia Rybakova
>             Fix For: 1.8
>
>
> 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)