Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed May 22, 2024
1 parent 3f4325f commit 8f92979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/common/allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void Allocator<clear_memory_, mmap_populate, use_mmap>::sys_memory_check(size_t
// Find large memory allocation not catch exception
if (size > 1000000 && !doris::enable_thread_catch_bad_alloc) {
LOG(INFO) << "There is a large allocation " << size << ", not catch exception. "
<< Status::InternalError("bad alloc");
<< doris::get_stack_trace();
}

if (doris::GlobalMemoryArbitrator::is_exceed_hard_mem_limit(size)) {
Expand Down

0 comments on commit 8f92979

Please sign in to comment.