Skip to content

Commit

Permalink
Update table_service_config.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Feb 7, 2025
1 parent 94b1c24 commit a314592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message TTableServiceConfig {
optional TInfoExchangerSettings InfoExchangerSettings = 19;
optional uint64 KqpPatternCachePatternAccessTimesBeforeTryToCompile = 20 [default = 5];
optional uint64 KqpPatternCacheCompiledCapacityBytes = 21 [default = 104857600]; // 100 MiB
optional double SpillingPercent = 22 [default = 80]; // 100 MiB
optional double SpillingPercent = 22 [default = 1]; // 100 MiB

optional uint64 MinMemAllocSize = 23 [default = 8388608]; // 8 MiB
optional uint64 MinMemFreeSize = 24 [default = 33554432]; // 32 MiB
Expand Down

0 comments on commit a314592

Please sign in to comment.