blob: d60b46c52a8845cf7ec7887cb74a6a1892e41698 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
---
# file: host_vars/10.30.51.35.yaml
hostname: "s35-t32-sut2"
grub:
audit: "0"
default_hugepagesz: "2M hugepagesz=1G hugepages=16 hugepagesz=2M hugepages=8192"
hpet: "disable"
intel_idle.max_cstate: "1"
intel_iommu: "on"
intel_pstate: "disable"
iommu: "pt"
isolcpus: "1-19,21-39"
mce: "off"
nmi_watchdog: "0"
nohz_full: "1-19,21-39"
nosoftlockup: true
numa_balancing: "disable"
processor.max_cstate: "1"
rcu_nocbs: "1-19,21-39"
tsc: "reliable"
sysctl:
kernel:
watchdog_cpumask: "0,20"
vm:
nr_hugepages: 8192
max_map_count: 20000
inventory_ipmi_hostname: "10.30.50.35"
cpu_microarchitecture: "icelake"
intel_800_matrix: "dpdk23.11"
intel_qat_matrix: true
kernel_version_by_distro:
ubuntu:
jammy:
- "5.15.0-72"
|