diff options
author | Yichen Wang <yicwang@cisco.com> | 2019-09-10 14:06:19 -0700 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2019-09-10 16:54:46 -0700 |
commit | 98aac3b7ed5060d2e498d4ab545482a525339120 (patch) | |
tree | 517a4a7d47fc3bfe50004420ba94b5d2c2ab9a84 /nfvbenchvm/dib/elements | |
parent | 50a01aacb26028cf23e7ee2583c368adff3a4b2e (diff) |
[NFVBENCH-151] Allocate hugepages on two NUMAs in nfvbenchvm3.6.1
Change-Id: I001db6d15453bf3af8ad109d1497bc68e7c104a7
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'nfvbenchvm/dib/elements')
-rwxr-xr-x | nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation b/nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation index eab5817..f81485d 100755 --- a/nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation +++ b/nfvbenchvm/dib/elements/nfvbenchvm/finalise.d/51-add-cpu-isolation @@ -1,4 +1,4 @@ #!/bin/bash grubby --update-kernel=ALL --args="isolcpus=1 rcu_nocbs=1 nohz=on nohz_full=1 nmi_watchdog=0" -grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=1" +grubby --update-kernel=ALL --args="default_hugepagesz=1G hugepagesz=1G hugepages=2" |