Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.25 KB

rt-tuning.md

File metadata and controls

32 lines (20 loc) · 1.25 KB

**Please do not use this as a script, but just as hints for the major steps required! These steps will modify significantly your system. I can and will not guarantee that everything is correct and works as expected (see also LICENSE)! Also some links may need to be updated according to your OS version **

I used the CERN repository

next two steps were necessary on my system, as a dependency was broken. I guess that will be resolved over time:

installing the CERN rpm key:

the most significant steps:

  • yum groupinstall RealTime
  • yum install kernel-rt-devel.x86_64

here we define the cores which should get isolated:

  • echo "isolated_cores=1-5" > /etc/tuned/realtime-variables.conf

we save our current cmdline, before we call the tuning script

  • cat /proc/cmdline > cmdline_before_tuning.txt
  • tuned-adm profile realtime

now we restart, and hope everything went well

  • shutdown -r now