Sizes

Understanding Memory Page Sizes on Arm64 — SitePoint
One of the ways that the Arm64 architecture is different from x86 is the ability to configure the size of memory pages in the Memory Management Unit (MMU) of the CPU to 4K, 16K, or 64K. This article summarizes what memory page size is, how to configure page size on Linux systems, and when it…