summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2018-06-19 11:21:29 +0200
committerMartin Borg <martin.borg@enea.com>2018-06-19 16:09:41 +0200
commit20f8528253308891fef7e5d01847f540dec2d57a (patch)
tree4d77815273847aab7fae3ee1a22633cbd9444d2d
parente3e1af0b792188839322f238efcb02b729e522b2 (diff)
downloadmeta-el-nfv-access-20f8528253308891fef7e5d01847f540dec2d57a.tar.gz
Enea VNF: lower the number of hugepages so we can boot it with 1GB
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks2
1 files changed, 1 insertions, 1 deletions
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 @@
2# long-description: Create an MBR partition table with PCBIOS 2# long-description: Create an MBR partition table with PCBIOS
3part /boot --source bootimg-pcbios --label boot --active --align 1024 3part /boot --source bootimg-pcbios --label boot --active --align 1024
4part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024 4part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024
5bootloader --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" 5bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet"