mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
Scylla-jmx and collectd can preempt scylla and induce long latencies. Tune the scheduler to provide lower latencies. Since when the support processes are not running we normally do not context switch (one thread per core, remember?), there should be no effect on throughput. The tunings are provided in a separate package, which can be uninstalled if the server is shared with other applications which are negatively affected by the tuning. Fixes #1218. Message-Id: <1464529625-12825-1-git-send-email-avi@scylladb.com>