[branch-2.1](memory) pick reserve memory and workload group (#40543)
1. pick #38494 2. pick #39862 3. remove vdata_stream_test, master has been removed
This commit is contained in:
@ -400,7 +400,7 @@ void Daemon::wg_weighted_memory_ratio_refresh_thread() {
|
||||
// Refresh weighted memory ratio of workload groups
|
||||
while (!_stop_background_threads_latch.wait_for(
|
||||
std::chrono::milliseconds(config::wg_weighted_memory_ratio_refresh_interval_ms))) {
|
||||
doris::ExecEnv::GetInstance()->workload_group_mgr()->refresh_wg_weighted_memory_ratio();
|
||||
doris::ExecEnv::GetInstance()->workload_group_mgr()->refresh_wg_weighted_memory_limit();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user