From e3f7486607e14e4b840caa737ce47393045eebe4 Mon Sep 17 00:00:00 2001 From: Orel Misan Date: Sun, 6 Aug 2023 15:09:37 +0300 Subject: [PATCH] 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 --- modules/virt-configuring-cluster-dpdk.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/virt-configuring-cluster-dpdk.adoc b/modules/virt-configuring-cluster-dpdk.adoc index 9668901367..b44c038cb9 100644 --- a/modules/virt-configuring-cluster-dpdk.adoc +++ b/modules/virt-configuring-cluster-dpdk.adoc @@ -63,7 +63,7 @@ spec: hugepages: defaultHugepagesSize: 1G pages: - - count: 32 + - count: 8 node: 0 size: 1G net: