buffers: add page-size config
[vpp.git] / src / vpp / conf / startup.conf
index 864de11..2701602 100644 (file)
@@ -99,6 +99,11 @@ cpu {
        ## Size of buffer data area
        ## Default is 2048
        # default data-size 2048
+
+       ## Size of the memory pages allocated for buffer data
+       ## Default will try 'default-hugepage' then 'default'
+       ## you can also pass a size in K/M/G e.g. '8M'
+       # page-size default-hugepage
 # }
 
 # dpdk {