[ALL][RPI] RealTime performance tweaks.
For the Raspberry Pi we also disable the mitigations
This commit is contained in:
parent
4ee8fbfbf7
commit
8dbd58d36e
|
@ -1 +1 @@
|
|||
snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=0 dwc_otg.lpm_enable=0 acpi=off cgroup_enable=memory psi=1 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u
|
||||
mitigations=off snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_compat_alsa=0 dwc_otg.lpm_enable=0 acpi=off cgroup_enable=memory psi=1 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
CPUSchedulingPolicy=fifo
|
||||
CPUSchedulingPriority=49
|
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
CPUSchedulingPolicy=fifo
|
||||
CPUSchedulingPriority=49
|
Loading…
Reference in New Issue