-
Notifications
You must be signed in to change notification settings - Fork 0
Rack Configuration
Charlie FG edited this page Dec 27, 2015
·
9 revisions
The rack configuration is currently done by editing the .cfg file, which is a JSON formatted configuration file.
There are currently a few options that can be used to tune StrangeIO, depending on needs; These options will increase over time. See the Example file for more details.
This category is for system based settings, from threads to operating system specific options
-
workers :
(integer) Number of worker threads in the pool
-
sched_policy :
(string) The scheduler policy to use (SCHED_OTHER, SCHED_IDLE, SCHED_BATCH, SCHED_FIFO, SCHED_RR) -
sched_priority :
(integer) The priority of the thread, either rtprio (0 to 99) or nice (-20 - 20)
The settings for integrating and configuring a midi device