1
0
Fork 0

Merge pull request #273 from yarda/optimize-serial-console

Added new profile optimize-serial-console
This commit is contained in:
Jaroslav Škarvada 2020-06-04 19:30:56 +02:00 committed by GitHub
commit 9c058502da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 2 deletions

View file

@ -122,11 +122,19 @@ Profile optimized for virtual hosts based on throughput\-performance profile.
It additionally enables more aggressive writeback of dirty pages.
.TP
.BI "intel-sst"
.BI "intel\-sst"
Profile optimized for systems with user-defined Intel Speed Select Technology
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
.B tuned\-adm profile cpu\-partitioning intel\-sst
.TP
.BI "optimize\-serial\-console"
Profile which tunes down I/O activity to the serial console by reducing the
printk value. This should make the serial console more responsive.
This profile is intended to be used as an overlay on other
profiles (e.g. throughput\-performance profile), example:
.B tuned\-adm profile throughput\-performance optimize\-serial\-console
.SH "FILES"
.nf

View file

@ -0,0 +1,11 @@
#
# tuned configuration
#
# This tuned configuration optimizes for serial console performance at the
# expense of reduced debug information to the console.
[main]
summary=Optimize for serial console use.
[sysctl]
kernel.printk="4 4 1 7"