Re: [RFC PATCH v2 0/5] hugetlb: parallelize hugetlb page init on boot

From: Gang Li
Date: Thu Dec 21 2023 - 02:22:59 EST


On 2023/12/13 04:06, Mike Kravetz wrote:
With today's code, allocating 6656 2MB pages via the kernel command line
results in:
node 0: 924 pages
node 1: 5732 pages
total: 6656 pages

With code to parallel allocations in this series:
node 0: 924 pages
node 1: 1547 pages
total: 2471 pages

Hi Mike,

Disable numa_aware for hugetlb_alloc_node should solve this problem.
I will fix it in v3.