Skip to content

Commit e43cad9

Browse files
Merge branch 'main' into hamdaankhalid/raise-records-back-to-life-like-phoenix-from-the-ashes
2 parents 130015c + 1b9a174 commit e43cad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/host/defaults.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ObjectStoreLogMemorySize" : "32m",
5050

5151
/* Size of each object store page in bytes (rounds down to power of 2) */
52-
"ObjectStorePageSize" : "1m",
52+
"ObjectStorePageSize" : "4k",
5353

5454
/* Size of each object store log segment in bytes on disk (rounds down to power of 2) */
5555
"ObjectStoreSegmentSize" : "32m",

libs/server/Servers/GarnetServerOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class GarnetServerOptions : ServerOptions
3434
/// <summary>
3535
/// Size of each object store page in bytes (rounds down to power of 2).
3636
/// </summary>
37-
public string ObjectStorePageSize = "1m";
37+
public string ObjectStorePageSize = "4k";
3838

3939
/// <summary>
4040
/// Size of each object store log segment in bytes on disk (rounds down to power of 2).

0 commit comments

Comments
 (0)