number of threads to process low level IO system calls (number of ev loops to start in libev)
-
components
dictionary of "component name": "options"
-
default_task_processor
name of the default task processor to use in components
-
task_processors.*NAME*.*OPTIONS*
dictionary of task processors to create and their options. See description below
-
mlock_debug_info
whether to mlock(2) process debug info to prevent major page faults on unwinding
true
Static task_processor options:
Name
Description
Default value
guess-cpu-limit
guess optimal threads count
false
thread_name
set OS thread name to this value
-
worker_threads
threads count for the task processor
-
os-scheduling
OS scheduling mode for the task processor threads. 'idle' sets the lowest priority. 'low-priority' sets the priority below 'normal' but higher than 'idle'.
normal
spinning-iterations
tunes the number of spin-wait iterations in case of an empty task queue before threads go to sleep
10000
task-trace
optional dictionary of tracing options
empty (disabled)
task-trace.every
set N to trace each Nth task
1000
task-trace.max-context-switch-count
set upper limit of context switches to trace for a single task
1000
task-trace.logger
required name of logger to write traces to, should not be the 'default' logger