profiles: added aws profile for aws ec2 instances
Resolves: rhbz#1935848 Signed-off-by: Xiao Liang <xiliang@redhat.com>
This commit is contained in:
parent
d04b978c6a
commit
13bc3b5df1
1 changed files with 21 additions and 0 deletions
21
profiles/aws/tuned.conf
Normal file
21
profiles/aws/tuned.conf
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#
|
||||
# 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
|
||||
Loading…
Reference in a new issue