Recently (viewtopic.php?t=27121) there was a discussion about optimizing latency configuration on an audio PC.
Contrary to that thread, I am neither using pipewire nor pulseaudio but ALSA and JACK.
I tested kernel "optimizations" suggested by this website https://samiux.github.io/low_latency.html against the unedited file "etc/default/grub" by playing a complex song in Rosegarden sequencer consisting of several MIDI-, Audio-, Wave- and LV2-Synth-Tracks. The system performs rock solid and I do not get x-runs.
1.) "Not optimized"
When using my vanilla kernel "linux-image-6.1.0-28-rt-amd64" without any optimizations the DSP load reported by QJackCtl was from 12 to 15%.
The corresponding line in grub was "GRUB_CMDLINE_LINUX_DEFAULT="quiet"".
2.) "Optimized"
After a reboot and the exactly same conditions the DSP load reported by QJackCtl was from 16 to 20%.
The corresponding line in grub was "GRUB_CMDLINE_LINUX_DEFAULT="preempt=full nohz=on nohz_full=all threadirqs rcu_nocbs=all rcutree.enable_rcu_lazy=1 quiet splash""
So, I wonder are these "optimizations" any good or does the rt-kernel already include everything needed?