Xen 和 KVM 内核编译速度减慢

发布于 2024-12-09 07:28:41 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿透光 2024-12-16 07:28:41

Linux 内核编译是一个进程繁重的操作(许多短暂的进程)。进程创建/销毁涉及设置和拆除 MMU 状态。 MMU 虚拟化非常昂贵(尤其是在软件方面)。有一个 VMware 白皮书,显示了编译时基准测试的改进使用硬件MMU虚拟化。我认为引用的幻灯片中使用的硬件不提供硬件 MMU 虚拟化。我不知道 KVM 或 Xen 是否支持它(但我怀疑是这样)。

A Linux kernel compile is a process heavy operation (lots of short-lived processes). Process creation/destruction involves setting up and tearing down MMU state. MMU virtualization is expensive (especially in software). There is a VMware whitepaper that shows the improvement in compile-time benchmarks when hardware MMU virtualization is used. I don't think the hardware used in the referenced slide provides hardware MMU virtualization. I don't know if either KVM or Xen support it (but I suspect so).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文