IIS 6 Ram Allocation on Windows Server 2003

Posted by chris on Server Fault See other posts from Server Fault or by chris
Published on 2012-05-30T16:18:27Z Indexed on 2012/05/30 16:44 UTC
Read the original article Hit count: 263

Filed under:
|
|
|

0 down vote favorite share [g+] share [fb] share [tw]

I have my IIS 6 running my website. It is on a Windows Server 2003 which has 4GB of RAM. I run SQL intensive code after the user submits a form (math statistics stuff). This process is not threaded (should it be, especially if 2 or more users run the same thing?). But my process seems to consume only a couple of GBs of memory and the server crawls. How do I get my IIS process to use nearly all the memory?

I see on other sites that its 2GB or 3GB allocated using boot.ini. But is there another way for the process to use memory? If I make it multithreaded, will there be a process for each thread?

© Server Fault or respective owner

Related posts about iis

Related posts about iis6