On Thu, Jan 04, 2018 at 06:29:37PM +0000, Hindman, Gavin wrote: > Since we seem to be in knowledge-sharing mode, is there an existing list of kernel config parameters, outside of those required to enable preempt_rt, known to impact or improve general system latency? I didn't find anything prowling the various wikis. > Depending on what you mean with general system latency - isolation related config items will allow you to improve the effectiveness of pinning rt tasks to specific cores (e.g. cgroups) further physical isolation like PALLOC (out of tree patch at https://github.com/heechul/palloc) allow reducing cache side-effects and L2/L3 sharing which can be a significant latency source. of course these config items have no effect just by turning them on but they allow to configure system software architectures that are more suitable/robust for mixed rt/non-rt workloads. thx! hofrat -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html