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)