Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Sep 9, 2024
1 parent a209fb1 commit 39ee80f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/runtime/memory/mem_tracker_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static RuntimeProfile::Counter* previously_canceling_tasks_counter =

MemTrackerLimiter::MemTrackerLimiter(Type type, const std::string& label, int64_t byte_limit) {
DCHECK_GE(byte_limit, -1);
_consumption = std::make_shared<MemCounter>();
_type = type;
_label = label;
_limit = byte_limit;
Expand Down

0 comments on commit 39ee80f

Please sign in to comment.