[NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / finalise.d / 51-add-cpu-isolation
1 #!/bin/bash
2
3 grubby --update-kernel=ALL --args="isolcpus=1 rcu_nocbs=1 nohz=on nohz_full=1 nmi_watchdog=0"
4 grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=2"