We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1682d6 commit 6567b7dCopy full SHA for 6567b7d
1 file changed
src/stirling/e2e_tests/stirling_wrapper_size_test.cc
@@ -30,7 +30,7 @@ namespace stirling {
30
#ifdef __OPTIMIZE__
31
constexpr uint64_t kFileSizeLimitMB = 118;
32
#else
33
-constexpr uint64_t kFileSizeLimitMB = 310;
+constexpr uint64_t kFileSizeLimitMB = 325;
34
#endif
35
36
TEST(StirlingWrapperSizeTest, ExecutableSizeLimit) {
0 commit comments