2025-05-18 09:11:15 +08:00

12 lines
374 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

内存默认分页 2MB
Linux对Huge_Page的支持可以带来的好处:
1.大大减少Page Fault的次数
2.降低TLB Miss的概率
3.增加MMU地址转换的效率
4.Page可以永驻内存避免被swap
cat /proc/meminfo | grep Huge //查看Huge相关内容
cat /proc/sys/vm/nr_hugepages //确认分配的数量
echo 1024 > /proc/sys/vm/nr_hugepages //分配huge