Difference between revisions of "X86/How-to-enable-Real-Time-for-Ubuntu-22.04"

From ESS-WIKI
Jump to: navigation, search
 
Line 15: Line 15:
 
sudo pro enable realtime-kernel
 
sudo pro enable realtime-kernel
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
- [[File:pro_enable_realtime_kernel.png]]
 +
 +
- [[File:pro_enable_realtime_kernel_done.png]]
 +
  
 
== Fine-tune the Kernel Parameters ==
 
== Fine-tune the Kernel Parameters ==

Latest revision as of 09:28, 25 April 2023

Enable Ubuntu Pro

by First Boot-up after Installation

- Welcom to Ubuntu Enable Ubuntu Pro opt1.png

by Software & Updates

- Software n Updates icon.png Software n Updates.png

Get the Real Time Kernel

sudo pro enable realtime-kernel

- Pro enable realtime kernel.png

- Pro enable realtime kernel done.png


Fine-tune the Kernel Parameters

processor.max_cstate=0
processor_idle.max_cstate=0
intel.max_cstate=0 
intel_idle.max_cstate=0
intel_pstate=disable
idle=poll 
noht
isolcpus=2,3
rcu_nocbs=all
rcupdate.rcu_cpu_stall_suppress=1
rcu_nocb_poll
irqaffinity=0
i915.enable_guc=2
i915.enable_rc6=0 
i915.enable_dc=0
i915.disable_power_well=0