2021-10-13 02:03:21 +00:00
|
|
|
[main]
|
|
|
|
include={{ item.1 }}
|
2022-01-30 05:07:22 +00:00
|
|
|
summary={{ item.1 }} + TCP/RAID tweaks + AMDGPU pp_power_profile_mode = {{ item.0.value }} ({{ item.0.name }})
|
2021-10-13 02:03:21 +00:00
|
|
|
|
2022-01-30 05:07:22 +00:00
|
|
|
[sysctl]
|
|
|
|
net.core.default_qdisc=fq
|
2022-05-30 06:50:56 +00:00
|
|
|
# 'bbr2' requires a [modified] supporting kernel - stock Fedora kernels do *not* support it (currently)
|
|
|
|
# eg: 'kernel-xanmode-edge' from COPR 'rmnscnce/kernel-xanmod'
|
|
|
|
net.ipv4.tcp_congestion_control=bbr2
|
2022-01-30 05:07:22 +00:00
|
|
|
net.core.rmem_max=33554432
|
|
|
|
net.core.wmem_max=33554432
|
|
|
|
dev.raid.speed_limit_min=600000
|
|
|
|
dev.raid.speed_limit_max=9000000
|
|
|
|
# allow some games to run (eg: DayZ)
|
|
|
|
vm.max_map_count=1048576
|
2022-06-04 16:38:40 +00:00
|
|
|
|
2022-06-13 02:20:10 +00:00
|
|
|
# reference/execute AMDGPU control script
|
|
|
|
# used because some sysfs interfaces are transactional
|
|
|
|
# cannot be set by a single param in 'tuned'/[sysfs]
|
2022-06-04 16:38:40 +00:00
|
|
|
[gpuclockscript]
|
|
|
|
type=script
|
|
|
|
script=${i:PROFILE_DIR}/amdgpu-clock.sh
|