CSIT-1448 Ansible: Clean hugepage configuration
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / host_vars / 10.30.51.16.yaml
index 25401e3..3bf651e 100644 (file)
@@ -2,5 +2,13 @@
 # file: host_vars/10.30.51.16.yaml
 
 hostname: "t1-tg1"
-isolcpus: "1-17,19-35"
-cfs_cpus: "0,18"
+grub:
+  isolcpus: "1-17,19-35"
+  nohz_full: "1-17,19-35"
+  rcu_nocbs: "1-17,19-35"
+sysctl:
+  kernel:
+    watchdog_cpumask: "0,18"
+  vm:
+    nr_hugepages: 4096
+    max_map_count: 20000