We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c35d9 commit f30a500Copy full SHA for f30a500
ydb/core/protos/shared_cache.proto
@@ -11,8 +11,8 @@ message TSharedCacheConfig {
11
optional uint64 MemoryLimit = 1 [default = 536870912];
12
optional uint64 ScanQueueInFlyLimit = 2 [default = 536870912];
13
optional uint64 AsyncQueueInFlyLimit = 3 [default = 536870912];
14
- optional uint32 ActivePagesReservationPercent = 4 [default = 50];
15
- reserved 5;
+ optional uint32 ActivePagesReservationPercent = 4;
+ optional uint32 MemTableReservationPercent = 5;
16
optional TReplacementPolicy ReplacementPolicy = 6 [default = ThreeLeveledLRU];
17
reserved 7;
18
}
0 commit comments