Skip to content
Snippets Groups Projects
Commit 509d6209 authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-64: Try without RT prios

parent c794d37b
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -210,7 +210,7 @@ int main(int argc, char **argv)
//
// Threads get priority 5 by default, and thus cannot interrupt each other.
// The vital threads (that deal with station input and polling MPI to make it progress) will get priority 10.
Thread::ScopedPriority sp(ps.settings.realTime ? SCHED_FIFO : SCHED_OTHER, 5);
//Thread::ScopedPriority sp(ps.settings.realTime ? SCHED_FIFO : SCHED_OTHER, 5);
LOG_INFO("----- Determining NUMA bindings");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment