Skip to content

Commit

Permalink
Increase buffer pool size for node update test
Browse files Browse the repository at this point in the history
  • Loading branch information
royi-luo committed Feb 14, 2025
1 parent 8a29797 commit 873da30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/storage/node_update_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class NodeUpdateTest : public EmptyDBTest {
void SetUp() override {
EmptyDBTest::SetUp();
createDBAndConn();
systemConfig->bufferPoolSize = 1 << 27; // 128MB
}

void TearDown() override { EmptyDBTest::TearDown(); }
Expand Down

0 comments on commit 873da30

Please sign in to comment.