diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-12-19 05:34:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-19 05:34:56 +0000 |
commit | 25ffc7091ffe7069e6b4aeed9a5a69aa034c58f9 (patch) | |
tree | b6e484c20b5575a292a1012000b33d45651dd359 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh | |
parent | 6401ebd2b472a2402b640f4e8c773cc3d097093f (diff) | |
parent | c10781eecde9452a477d7c9fa1f1fc0c63df559e (diff) |
Merge "Adding Security gateway testing"
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh')
-rwxr-xr-x | VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh index da2ab925..f211934a 100755 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/prox_user_data.sh @@ -16,7 +16,7 @@ ## limitations under the License. ## -echo 128 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages +echo 1024 > /sys/devices/system/node/node0/hugepages/hugepages-2048kB/nr_hugepages mount -t hugetlbfs nodev /mnt/huge modprobe uio insmod /root/dpdk/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko |