DMcKenna
DMcKenna

Reputation: 882

iis 7.5 application pool memory usage

I have configured and deployed an identical web application to 2 separate servers.

All setup of both servers was scripted so I believe that I have identical iis configuration on both servers.

Identical web application dll's have been deployed to Server1 and Server2.

Any ideas where I should start looking to try and identify why I need approximately x10 times the memory on server2 to run the same web application?

Upvotes: 1

Views: 687

Answers (1)

Kev
Kev

Reputation: 119856

The problem here is that you're not really comparing like with like (OS and physical memory).

The worker process on the server with more memory is probably being more aggressive at reserving memory upon startup because there's more available.

Upvotes: 1

Related Questions