Skip to content

Commit

Permalink
Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Apr 11, 2024
1 parent 938c619 commit ac17618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/common/memory/MmapAllocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ bool MmapAllocator::allocateContiguousImpl(
numPages,
(useMmapArena_ ? "true" : "false"));
VELOX_MEM_LOG(ERROR) << errorMsg;
VELOX_MEM_LOG(ERROR) << toString();
setAllocatorFailureMessage(errorMsg);
// If the mmap failed, we have unmapped former 'allocation' and the extra to
// be mapped.
Expand Down

0 comments on commit ac17618

Please sign in to comment.