2019 GDD breaking world‘s record of π
Day 2
1、breaking pi‘s world record with google cloud
【concept】
memory wall:
Originally theorized in 1994 by Wulf and McKee, this concept revolves around the idea that computer processing units (CPUs) are advancing at a fast enough pace that will leave memory (RAM) stagnant. This isn’t going to happen immediately, but assuming current trends in CPU and RAM remain the same, we could hit a memory wall sometime in the near future.
Once we reach this so-called memory wall, program/app execution time will depend almost entirely on the speed at which RAM can send data to the CPU.
n1-megamen-96:
计算节点 96 vCPU, 1.4TB RAM ,单台ECS的配置。那么是否Google cloud的ECS已经突破了物理机限制,实现跨物理机的VM?
查询Google 官网有如下VM机型介绍
https://cloud.google.com/compute/docs/machine-types?hl=zh-cn
机器名称 | 说明 | vCPU 数量1 | 内存 (GB) | 永久性磁盘 (PD) 数上限2 | 总 PD 容量大小上限 (TB) | 本地 SSD |
---|---|---|---|---|---|---|
n1-megamem-96 |
具有 96 个 vCPU 和 1.4 TB 内存的内存优化机器类型。 | 96 | 1433.6 | 128 | 64 | 是 |
机器名称 | 说明 | vCPU 数量1 | 内存 (GB) | 永久性磁盘 (PD) 数上限2 | 总 PD 容量大小上限 (TB) |
---|---|---|---|---|---|
n1-standard-16 |
具有 16 个 vCPU 和 60 GB 内存的标准机器类型。 | 16 | 60 | 128 | 64 |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构