CSIT-1437 Create portable host-setup document
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg_sut / files / 90-csit
index 2304162..e96547e 100644 (file)
@@ -1,5 +1,6 @@
 # change the minimum size of the hugepage pool.
-vm.nr_hugepages=4096
+# 2G VPP, 16x2G for Fullbox VM, 2G reserve
+vm.nr_hugepages=36864
 
 # this file contains the maximum number of memory map areas a process
 # may have. memory map areas are used as a side-effect of calling
@@ -76,4 +77,4 @@ kernel.randomize_va_space=0
 # typically this value would only be touched in the nohz_full case
 # to re-enable cores that by default were not running the watchdog,
 # if a kernel lockup was suspected on those cores.
-kernel.watchdog_cpumask=0,18
+kernel.watchdog_cpumask={{ cfs_cpus }}