High TLB Miss Rate
Increasing the Page Size (64 KB)
Modify the Linux kernel build options and recompile the kernel. CentOS is used as an example.
- Obtain the kernel source code and run the following command in the directory where the kernel source code is stored (for example, /root/rpmbuild/BUILD/kernel-alt-4.14.0-115.el7a/linux-4.14.0-115.el7.0.1.aarch64):
make menuconfig
- Set the page size to 64 KB.
Kernel Features-->Page size(64KB)
- Recompile and install the kernel.
Parent topic: %USER