Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 12, 2024
1 parent 7d91fa7 commit 33acd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/tests/MemoryManagerTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ TEST_F(MultiMemoryManagerTest, spill) {

for (auto& vmm : vmms) {
assertCapacitiesMatch(tmm, vmms);
vmm->getMemoryManager()->arbitrator()->shrinkCapacity(allocateSize);
vmm->getMemoryManager()->arbitrator()->shrinkCapacity(allocateSize * numAllocations);
assertCapacitiesMatch(tmm, vmms);
}

Expand Down

0 comments on commit 33acd2d

Please sign in to comment.