diff --git a/cpp/velox/memory/VeloxMemoryManager.cc b/cpp/velox/memory/VeloxMemoryManager.cc index 1c78283f2830..21c8bcd45cd5 100644 --- a/cpp/velox/memory/VeloxMemoryManager.cc +++ b/cpp/velox/memory/VeloxMemoryManager.cc @@ -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 diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 61aeb68f3523..bcd307e8e50f 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -16,8 +16,8 @@ set -exu -VELOX_REPO=https://github.com/oap-project/velox.git -VELOX_BRANCH=update +VELOX_REPO=https://github.com/zhztheplayer/velox.git +VELOX_BRANCH=wip-partial-flush VELOX_HOME="" #Set on run gluten on HDFS