Add Intel Speed Select Technology (SST) Profile
Intel's new Speed Select Technology (SST) is a process power management technology introduced by Intel that allows for throughput and per-core performance configurations and optimizations such as allowing for prioritization of workloads on specific cores by sacrificing performance on other cores. Intel has released several CascadeLake processors, commonly referred to as CascadeLake-N, with this technology and will introduce further SST related technologies in the next few years. These new technologies require the disabling of the intel-pstate driver configuration in tuned as it may interfere with the user chosen per-core configurations of SST. Add a new SST profile to tuned for general use. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Joe Mario <jmario@redhat.com>
This commit is contained in:
parent
d11c907be0
commit
bcdb24862e
2 changed files with 10 additions and 0 deletions
|
|
@ -115,6 +115,11 @@ settings.
|
|||
Profile optimized for virtual hosts based on throughput\-performance profile.
|
||||
It additionally enables more aggressive writeback of dirty pages.
|
||||
|
||||
.TP
|
||||
.BI "sst"
|
||||
Profile optimized for systems with user-defined Intel Speed Select Technology
|
||||
configurations.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.I /etc/tuned/*
|
||||
|
|
|
|||
5
profiles/sst/tuned.conf
Normal file
5
profiles/sst/tuned.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[main]
|
||||
summary=Configure for Intel Speed Select Base Frequency
|
||||
|
||||
[bootloader]
|
||||
cmdline_sst=-intel_pstate=disable
|
||||
Loading…
Reference in a new issue