ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

Linux: memory: THP相关的一些链接

2026/9/19 12:51:07 拓冰建站 浏览量
Linux: memory: THP相关的一些链接

https://docs.kernel.org/mm/page_tables.html
https://access.redhat.com/solutions/46111
https://lwn.net/Articles/423584/ 引入的历史
http://www.linux-kvm.org/images/9/9e/2010-forum-thp.pdf ; develper的展示
https://developers.redhat.com/blog/2021/04/27/benchmarking-transparent-versus-1gib-static-huge-page-performance-in-linux-virtual-machines#conclusion // 性能测试
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1703742
https://lists.ubuntu.com/archives/kernel-team/2017-July/085565.html
ubuntu 已经将always改成了madvice。

问题之一:当从一个占用2M巨页的进程 fork新的进程的时候,如果发生COW,此时可能需要申请2M内存而不是4K的内存。导致一些问题。