aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.36.yaml
blob: cb15cadfa394f7cdf9a5e2ddb365d15c0237b180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
# file: host_vars/10.30.51.36.yaml

hostname: "s17-t33-sut1"
grub:
  audit: "0"
  intel_iommu: "on"
  isolcpus: "1-15,17-31,33-47,49-63"
  nmi_watchdog: "0"
  nohz_full: "1-15,17-31,33-47,49-63"
  nosoftlockup: True
  processor.max_cstate: "1"
  rcu_nocbs: "1-15,17-31,33-47,49-63"
sysctl:
  kernel:
    watchdog_cpumask: "0,16,32,48"
  vm:
    nr_hugepages: 4096
    max_map_count: 20000
cpu_microarchitecture: "taishan"