Merge pull request #234 from prarit/sst_v1
Add Intel Speed Select Technology (SST) Profile
This commit is contained in:
commit
c374ca62e4
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