Skip to content

Commit c3845e1

Browse files
mcgovCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8e8b01f commit c3845e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lisa/microsoft/testsuites/dpdk/dpdkutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def initialize_node_resources(
478478
hugepages = node.tools[Hugepages]
479479
numa_nodes = node.tools[Lscpu].get_numa_node_count()
480480
try:
481-
hugepages.init_hugepages(hugepage_size, minimum_gb=8 * numa_nodes)
481+
hugepages.init_hugepages(hugepage_size, minimum_gb=4 * numa_nodes)
482482
except NotEnoughMemoryException as err:
483483
raise SkippedException(err)
484484

0 commit comments

Comments
 (0)