File: //home/imagzxcb/public_html/db127a/tuned.zip
PK �\��y� � virtual-guest/tuned.confnu �[��� #
# tuned configuration
#
[main]
summary=Optimize for running inside a virtual guest
include=throughput-performance
[sysctl]
# If a workload mostly uses anonymous memory and it hits this limit, the entire
# working set is buffered for I/O, and any more write buffering would require
# swapping, so it's time to throttle writes until I/O can catch up. Workloads
# that mostly use file mappings may be able to use even higher values.
#
# The generator of dirty data starts writeback at this percentage (system default
# is 20%)
vm.dirty_ratio = 30
# Filesystem I/O is usually much more efficient than swapping, so try to keep
# swapping low. It's usually safe to go even lower than this on systems with
# server-grade storage.
vm.swappiness = 30
PK �\�UTv$ $ network-latency/tuned.confnu �[��� #
# tuned configuration
#
[main]
summary=Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
include=latency-performance
[vm]
transparent_hugepages=never
[sysctl]
net.core.busy_read=50
net.core.busy_poll=50
net.ipv4.tcp_fastopen=3
kernel.numa_balancing=0
kernel.hung_task_timeout_secs = 600
kernel.nmi_watchdog = 0
vm.stat_interval = 10
kernel.timer_migration = 0
[bootloader]
cmdline_network_latency=skew_tick=1 tsc=reliable rcupdate.rcu_normal_after_boot=1
[rtentsk]
PK �\y�vZ� � . cloudlinux-latency-performance-cgv2/tuned.confnu �[��� #
# tuned configuration
#
[main]
summary=Optimized Cloudlinux hosting Servers with cgroups v2
include=cloudlinux-latency-performance-base
[bootloader]
cmdline_parameter = cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1
PK �\�蝀 � epyc-eda/tuned.confnu �[��� #
# tuned configuration
#
[main]
summary=Optimize for EDA compute workloads on AMD EPYC CPUs
description=Configures virtual memory, CPU governors, and network settings for EDA compute workloads.
include=throughput-performance
# AMD
[scheduler.amd]
type=scheduler
#Allow processes to rapidly move between cores to avoid idle time and maximize CPU usage
sched_migration_cost_ns=10000
PK �\9���I I cloudlinux-dummy/tuned.confnu �[��� #
# tuned configuration
#
[main]
summary=Empty CloudLinux tuned profile
PK �\�o�t<