File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
"ObjectStoreLogMemorySize" : "32m",
50
50
51
51
/* Size of each object store page in bytes (rounds down to power of 2) */
52
- "ObjectStorePageSize" : "1m ",
52
+ "ObjectStorePageSize" : "4k ",
53
53
54
54
/* Size of each object store log segment in bytes on disk (rounds down to power of 2) */
55
55
"ObjectStoreSegmentSize" : "32m",
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class GarnetServerOptions : ServerOptions
34
34
/// <summary>
35
35
/// Size of each object store page in bytes (rounds down to power of 2).
36
36
/// </summary>
37
- public string ObjectStorePageSize = "1m " ;
37
+ public string ObjectStorePageSize = "4k " ;
38
38
39
39
/// <summary>
40
40
/// Size of each object store log segment in bytes on disk (rounds down to power of 2).
You can’t perform that action at this time.
0 commit comments