【发布时间】:2018-02-08 14:29:33
【问题描述】:
Google 的 Machine types page 声明:
对于 n1 系列机器类型,虚拟 CPU 被实现为 2.6 GHz Intel Xeon E5 (Sandy) 上的单硬件超线程 Bridge)、2.5 GHz Intel Xeon E5 v2 (Ivy Bridge)...等
假设a single physical CPU core with hyper-threading appears as two logical CPUs to an operating system,那么如果描述为2个虚拟CPU和7.5 GB内存的n1-standard-2机器,那么这实质上意味着1个CPU内核,对吧?
所以如果我尝试follow hardware recommendations for an InfluxDB instance 推荐 2 个 CPU 内核,那么我应该瞄准具有 4 个 vCPU 的 Google Compute Engine 机器,对吗?
【问题讨论】:
标签: multithreading google-cloud-platform google-compute-engine cpu-usage vcpu