aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation
blob: 14cb9138c8ece3edcb120d0b46f3751a59f20ab1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Stop on error
set -euo pipefail

grubby --update-kernel=ALL --args="isolcpus=1-7 rcu_nocbs=1 nohz=on nohz_full=1 nmi_watchdog=0"
grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=4"
grubby --update-kernel=ALL --args="intel_iommu=on iommu=pt"