Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Sep 24, 2024
1 parent ac8f7e6 commit 25450b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/workload_group/workload_group_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ void WorkloadGroupMgr::refresh_wg_weighted_memory_limit() {
if (!is_low_wartermark && wg.second->memory_sufficent()) {
query_weighted_mem_limit = wg_high_water_mark_limit;
} else {
query_ctx->query_weighted_mem_limit =
query_weighted_mem_limit =
total_used_slot_count > 0
? (int64_t)((wg_high_water_mark_limit + total_used_slot_count) *
query_ctx->get_slot_count() * 1.0 /
Expand Down

0 comments on commit 25450b6

Please sign in to comment.