We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c301eca commit 9acd579Copy full SHA for 9acd579
ydb/core/protos/node_limits.proto
@@ -3,10 +3,9 @@ option java_package = "ru.yandex.kikimr.proto";
3
4
message TNodeLimitsConfig {
5
message TPersQueueNodeConfig {
6
- optional uint64 SharedCacheSizeMb = 1 [default = 8192];
+ optional uint64 SharedCacheSizeMb = 1 [default = 1024];
7
optional uint32 CacheKeepTimeSec = 2 [default = 10];
8
}
9
10
optional TPersQueueNodeConfig PersQueueNodeConfig = 1;
11
12
-
0 commit comments