Re: Allocating resource to achieve predictable run times

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mo, 17.06.19 14:15, John Lane (systemd@xxxxxxxxxxx) wrote:

Note that I/O might fuck up your measurements. i.e. make sure you have
everything in the page cache already you need, so that you never have
to pagefault.

More importantly though: use isolcpus= on the kernel cmdline to make
sure the kernel will never schedule its own work on the CPUs you want
to exclusively assing to a specific set of units. Make sure with
/proc/interrupts and /proc/irq that all IRQs are properly dispatched
only on the CPUs you don't want your own stuff to run.

Lennart

--
Lennart Poettering, Berlin
_______________________________________________
systemd-devel mailing list
systemd-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/systemd-devel




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux