Skip to content

Commit 3781645

Browse files
committed
virt, DPDK cluster config: Reduce HugePages alloc
Currently, the example configures the DPDK-enabled nodes to have 32 1Gi huge pages in NUMA 0. Define a minimum number of HugePages, so a single instance of the DPDK checkup could run. A single instance of the DPDK checkup requires eight 1Gi huge pages. Signed-off-by: Orel Misan <[email protected]>
1 parent 9a4eebe commit 3781645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/virt-configuring-cluster-dpdk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
hugepages:
6767
defaultHugepagesSize: 1G
6868
pages:
69-
- count: 32
69+
- count: 8
7070
node: 0
7171
size: 1G
7272
net:

0 commit comments

Comments
 (0)