TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How much RAM and Disk do you have in Prod?

3 pointsby veqq4 months ago
I was talking to a friend and said there aren&#x27;t _that_ many companies with the scale to truly justify FAANGesque solutions. I&#x27;ve only had two projects where a server couldn&#x27;t just hold all hot data in 256gb. For most, services I&#x27;ve seen, a laptop + hard drive would suffice.<p>I&#x27;m curious how big the DBs you touch are, how much ram all your microservices use or other such metrics.

3 comments

nejsjsjsbsb4 months ago
I don&#x27;t know, probably need to get finops to run a report to find out. More than 256gb but scaled out. Don&#x27;t need a single virtual machine with that much for most things.<p>I imagine you rarely need a lot of RAM like that on one machine except for ML and some specialist stuff. Maybe a CDN node. Not sure.
jeffbee4 months ago
The responses will self-select for people with trivial requirements. Nobody with real resources will divulge what those resources are.
评论 #42776745 未加载
flemhans4 months ago
For mixed workloads, I find that memory becomes the bottleneck first for running workloads on a given physical host. This changed after NVMe SSds became available – before that it was disk I&#x2F;O.<p>But pricing per GB is also a factor I have to admit, currently we are outfitting with 1.5 TB memory per CPU.