Monitoring and Tuning Your Server

Previous Topic Next Topic

Memory Requirements of a Server Running IIS 5.0

Web servers use memory in several ways. A server running IIS 5.0 needs to have enough physical memory to accommodate the following:

Cache sizes, of course, vary depending on the files used by your server and its clients, and on the amount of physical memory present in the server.

Memory consumption is greater for dynamic pages and depends heavily on the type of application involved. For example, an ASP page that formats database tables containing thousands of rows consumes far more memory than even a fairly large static page.

In general, it’s good to have at least 256 MB of RAM; you’ll want more in a server that is performing memory-intensive tasks.


© 1997-1999 Microsoft Corporation. All rights reserved.