Repository: ignite
Updated Branches:
  refs/heads/master 86372dee2 -> 41d6e3ab5


IGNITE-5884 Change default pageSize of page memory to 4KB - fix .NET


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/41d6e3ab
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/41d6e3ab
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/41d6e3ab

Branch: refs/heads/master
Commit: 41d6e3ab57af8fffa3daa6285bac12a4bef7ae14
Parents: 86372de
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Tue Sep 19 13:20:25 2017 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Tue Sep 19 13:20:25 2017 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/41d6e3ab/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs
 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs
index 36d06a7..3be6012 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Core/Cache/Configuration/MemoryConfiguration.cs
@@ -58,7 +58,7 @@ namespace Apache.Ignite.Core.Cache.Configuration
         /// <summary>
         /// The default page size.
         /// </summary>
-        public const int DefaultPageSize = 2 * 1024;
+        public const int DefaultPageSize = 4 * 1024;
 
         /// <summary>
         /// The default value for <see cref="DefaultMemoryPolicyName"/>.

Reply via email to