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: # tuned-adm profile throughput-performance optimize-serial-console Also minor fixes to the man page quoting. Resolves: rhbz#1840689 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
11 lines
239 B
Text
11 lines
239 B
Text
#
|
|
# 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"
|