Skip to content

Commit e28f029

Browse files
AlaiaLcodebot
authored andcommitted
workers: change the priority of the split 6 worker to have more priority than the main pool
1 parent e8f89ee commit e28f029

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/services/worker_manager/worker_manager.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,7 @@ void worker_manager::create_split6_executors()
543543
const single_worker split6_worker{name,
544544
{exec_name, concurrent_queue_policy::lockfree_mpmc, task_worker_queue_size},
545545
std::chrono::microseconds{10},
546-
os_thread_realtime_priority::max() - 6,
547-
low_prio_affinity_mng.calcute_affinity_mask(sched_affinity_mask_types::main)};
546+
os_thread_realtime_priority::max() - 1};
548547
if (!exec_mng.add_execution_context(create_execution_context(split6_worker))) {
549548
report_fatal_error("Failed to instantiate {} execution context", split6_worker.name);
550549
}

0 commit comments

Comments
 (0)