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/11/25 12:14:58 UTC

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

Ksenia Rybakova created IGNITE-4311:
---------------------------------------

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




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