From 20f8528253308891fef7e5d01847f540dec2d57a Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Tue, 19 Jun 2018 11:21:29 +0200 Subject: Enea VNF: lower the number of hugepages so we can boot it with 1GB Signed-off-by: Adrian Calianu Signed-off-by: Martin Borg --- scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks b/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks index 69cf902..9b3e3cf 100644 --- a/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks +++ b/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks @@ -2,4 +2,4 @@ # long-description: Create an MBR partition table with PCBIOS part /boot --source bootimg-pcbios --label boot --active --align 1024 part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024 -bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 console=tty0 hugepagesz=2M hugepages=512 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" +bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" -- cgit v1.2.3-54-g00ecf