'Whether the Hugepage Memory Reserved During Linux System Startup Is Continuous?

for example:

Create a HugeTLB pool for 1 GB pages by appending the following line to the kernel command-line options in the /etc/default/grub file as root:

default_hugepagesz=16G hugepagesz=1G

Does Linux ensure that the 16 GB hugepage memory is continuous?If not, is there any command to see if it is continuous or not?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source