Iis – How much RAM for a web server

asp.nethardwareiismemory

I am designing hardware requirements for ASP.NET web application. When it comes to memory, how much RAM does a web server need to work efficiently (use full processing power of CPUs)? Are there any approximations of GB RAM per core or something like that?

The application is a classic intranet one, with lots of heavy ASP.NET stuff (ViewState) and very few static content, so it is more CPU-bound.

Best Answer

depends what kind of website and how much users/ hits/minute. Does it run a DB as well? i think with 4GB (which isnt expensive these days) you'll be able to have some serious traffic :)

Related Topic