1
0
Fork 0
tuned/profiles/aws/tuned.conf
Xiao Liang 13bc3b5df1 profiles: added aws profile for aws ec2 instances
Resolves: rhbz#1935848

Signed-off-by: Xiao Liang <xiliang@redhat.com>
2022-06-23 19:49:44 +08:00

21 lines
538 B
Text

#
# tuned configuration
#
[main]
summary=Optimize for aws ec2 instances
include=throughput-performance
# Marvell ThunderX
[bootloader.thunderx]
# rhbz:1836058
type=bootloader
uname_regex=aarch64
cmdline=+iommu.strict=0
[bootloader]
# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html#timeout-nvme-ebs-volumes
# set nvme_core.io_timeout to 4294967295
# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html
# set net.ifnames to 0
cmdline=+net.ifnames=0 nvme_core.io_timeout=4294967295