安装xen后,他们dom0显示以下消息:
*************************************************************** *************************************************************** ** WARNING: Currently emulating unsupported memory accesses ** ** in /lib/tls glibc libraries. The emulation is ** ** slow. To ensure full performance you should ** ** install a 'xen-friendly' (nosegneg) version of ** ** the library, or disable tls support by executing ** ** the following as root: ** ** mv /lib/tls /lib/tls.disabled ** *************************************************************** ***************************************************************
我不完全明白为什么我应该将/ lib / tls移动到/lib/tls.disabled。 你能解释为什么我应该这样做吗?
这是否也适用于domU?
我使用的是Ubuntu Server 8.04(3)LTS。
这个消息意味着Xen不能有效地使用它。 我相信你的版本tls / xen只是过时了:你考虑过升级吗?
'tls'支持应用程序中的并发multithreading(特别是线程本地存储)。 重命名它不会损害任何东西。