We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 130015c + 1b9a174 commit e43cad9Copy full SHA for e43cad9
libs/host/defaults.conf
@@ -49,7 +49,7 @@
49
"ObjectStoreLogMemorySize" : "32m",
50
51
/* Size of each object store page in bytes (rounds down to power of 2) */
52
- "ObjectStorePageSize" : "1m",
+ "ObjectStorePageSize" : "4k",
53
54
/* Size of each object store log segment in bytes on disk (rounds down to power of 2) */
55
"ObjectStoreSegmentSize" : "32m",
libs/server/Servers/GarnetServerOptions.cs
@@ -34,7 +34,7 @@ public class GarnetServerOptions : ServerOptions
34
/// <summary>
35
/// Size of each object store page in bytes (rounds down to power of 2).
36
/// </summary>
37
- public string ObjectStorePageSize = "1m";
+ public string ObjectStorePageSize = "4k";
38
39
40
/// Size of each object store log segment in bytes on disk (rounds down to power of 2).
0 commit comments