I am often asked what “Large Pages” in computer systems are good for. For commodity (x86_64) processors, “small pages” are 4KiB, while “large pages” are (typically) 2MiB. The size of the page controls how many bits are translated between virtual and physical addresses, and so represent a trade-off between what… read more