NUMA放置失败,性能可能会受到影响

我在Ubuntu Xenial 16.04.03 LTS和Xen上运行SuperMicro 6048R-E1CR36H Storageserver

内核:4.4.0-97-generic Xen:xen-hypervisor-4.6-amd64:amd64 / xenial-security 4.6.5-0ubuntu1.2

问题:当我运行xl create或xl restore时,出现以下错误消息:

libxl: notice: libxl_numa.c:499:libxl__get_numa_candidate: NUMA placement failed, performance might be affected 

在其他的xen系统上,我还没有注意到同样的消息,我将如何解决这个错误?

这里是xl信息。 我正在使用2x至强E5-2620 v3芯片运行24个内核。 https://ark.intel.com/products/83352/Intel-Xeon-Processor-E5-2620-v3-15M-Cache-2_40-GHz

 host : myserver release : 4.4.0-97-generic version : #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 machine : x86_64 nr_cpus : 24 max_cpu_id : 23 nr_nodes : 2 cores_per_socket : 6 threads_per_core : 2 cpu_mhz : 2400 hw_caps : bfebfbff:2c100800:00000000:00007f00:77fefbff:00000000:00000021:000037ab virt_caps : hvm hvm_directio total_memory : 130967 free_memory : 5 sharing_freed_memory : 0 sharing_used_memory : 0 outstanding_claims : 0 free_cpus : 0 xen_major : 4 xen_minor : 6 xen_extra : .5 xen_version : 4.6.5 xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : xen_commandline : placeholder cc_compiler : gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 cc_compile_by : stefan.bader cc_compile_domain : canonical.com cc_compile_date : Fri Oct 13 15:42:52 UTC 2017 xend_config_format : 4 

xl info输出看来,你的可用内存很less。 你几乎可以肯定地试图启动一个有更多可用内存的虚拟机,这可能是这个消息的原因(我想有些虚拟机已经在这台主机上运行了)。

我想grep vmx /proc/cpuinfo也会返回一些东西呢?