Skip to content
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.

system

This category is for system based settings, from threads to operating system specific options

system.threads

  • workers :
    (integer) Number of worker threads in the pool

system.linux

  • 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)

midi

The settings for integrating and configuring a midi device

Clone this wiki locally