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 e68e6ea commit f601548Copy full SHA for f601548
yt/yt/core/rpc/unittests/rpc_ut.cpp
@@ -644,7 +644,7 @@ TYPED_TEST(TRpcTest, ResponseMemoryTag)
644
}
645
646
auto currentMemoryUsage = GetMemoryUsageForTag(testMemoryTag);
647
- EXPECT_GE(currentMemoryUsage - initialMemoryUsage, 256_KB)
+ EXPECT_GE(currentMemoryUsage - initialMemoryUsage, 200_KB)
648
<< "InitialUsage: " << initialMemoryUsage << std::endl
649
<< "Current: " << currentMemoryUsage;
650
0 commit comments