Skip to content

Commit

Permalink
Decrease default value of SharedCacheSizeMb to 1024 (#3421)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshestakov authored Apr 5, 2024
1 parent c301eca commit 9acd579
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ydb/core/protos/node_limits.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ option java_package = "ru.yandex.kikimr.proto";

message TNodeLimitsConfig {
message TPersQueueNodeConfig {
optional uint64 SharedCacheSizeMb = 1 [default = 8192];
optional uint64 SharedCacheSizeMb = 1 [default = 1024];
optional uint32 CacheKeepTimeSec = 2 [default = 10];
}

optional TPersQueueNodeConfig PersQueueNodeConfig = 1;
}

0 comments on commit 9acd579

Please sign in to comment.