diff --git a/man/tuned-profiles.7 b/man/tuned-profiles.7 index aaf140b..8e536c2 100644 --- a/man/tuned-profiles.7 +++ b/man/tuned-profiles.7 @@ -122,9 +122,11 @@ Profile optimized for virtual hosts based on throughput\-performance profile. It additionally enables more aggressive writeback of dirty pages. .TP -.BI "sst" +.BI "intel-sst" Profile optimized for systems with user-defined Intel Speed Select Technology -configurations. +configurations. This profile is intended to be used as an overlay on other +profiles (e.g. cpu\-partitioning profile), example: +.B tuned\-adm profile cpu\-partitioning intel-sst .SH "FILES" .nf diff --git a/profiles/sst/tuned.conf b/profiles/intel-sst/tuned.conf similarity index 65% rename from profiles/sst/tuned.conf rename to profiles/intel-sst/tuned.conf index 4566813..c520534 100644 --- a/profiles/sst/tuned.conf +++ b/profiles/intel-sst/tuned.conf @@ -2,4 +2,4 @@ summary=Configure for Intel Speed Select Base Frequency [bootloader] -cmdline_sst=-intel_pstate=disable +cmdline_intel_sst=-intel_pstate=disable