Simon Willison’s Weblog

Subscribe

How much ram do you need for 100M hits per day?

20th December 2011

My answer to How much ram do you need for 100M hits per day? on Quora

That entirely depends on what you are running your site on. If it’s static HTML pages, nginx will work fine on hardly any RAM at all (though you would probably be better off serving the entire site out of S3 and not using a VPS at all).

For dynamic pages, the only right answer is to run a load test and see what happens. For that kind of traffic you’ll probably need more than one server if you’re serving dynamic pages though.

This is How much ram do you need for 100M hits per day? by Simon Willison, posted on 20th December 2011.

Next: Twitter API: What is the best data storage mechanism and client library for analysing tweets using Python?

Previous: What are you some good blogs, videos, papers, etc. on scaling Django?

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe