Windows limits of sockets

时间:2017-07-01 09:43:26   收藏:0   阅读:357

有的操作系统的license会限制socket的数目 ,如Windows Desktop最多支持2个Socket,Windows Server最多支持4个Socket。另外一般地在不同的core上的2个threads的性能会比2个在同相core上的threads的性能要好。同时vCPU topology, libvirt将一个vCPU在虚机中视为: 1 socket with 1 core and no hyper-threads

 

简要叙述一下Openstack生成CPU topology的过程:

Windows limits the number of sockets 的解决方法:

    Openstack版本: Mitaka

    指定Windows image支持的hw_cpu_sockets最大值,如下图:

技术分享

参考文档:

      http://blog.csdn.net/quqi99/article/details/50988089

      https://wiki.openstack.org/wiki/VirtDriverGuestCPUMemoryPlacement

原文:http://www.cnblogs.com/gaozhengwei/p/7101273.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!