Skip to content

Commit eb7a5c5

Browse files
committed
Decrease default value of SharedCacheSizeMb to 1024
1 parent 2631f5b commit eb7a5c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/core/protos/node_limits.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ option java_package = "ru.yandex.kikimr.proto";
33

44
message TNodeLimitsConfig {
55
message TPersQueueNodeConfig {
6-
optional uint64 SharedCacheSizeMb = 1 [default = 8192];
6+
optional uint64 SharedCacheSizeMb = 1 [default = 1024];
77
optional uint32 CacheKeepTimeSec = 2 [default = 10];
88
}
99

1010
optional TPersQueueNodeConfig PersQueueNodeConfig = 1;
1111
}
12-

0 commit comments

Comments
 (0)