计算vCPU数量 依据公式 1.查看物理cpu个数[root@Ceshi ~]# grep ‘core id’ /proc/cpuinfo | sort -u | wc -l 2.查看核心数量[root@ … Continue reading 计算vCPU数量 依据公式