Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Nov 10, 2023
1 parent 87667e9 commit 3be6df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/velox/memory/VeloxMemoryManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ VeloxMemoryManager::VeloxMemoryManager(
velox::memory::MemoryAllocator::kMaxAlignment,
velox::memory::kMaxMemory,
velox::memory::kMaxMemory,
velox::memory::kDefaultGrowthQuantum,
true, // memory usage tracking
true, // leak check
false, // debug
Expand Down

0 comments on commit 3be6df1

Please sign in to comment.