An explanation of memory usage on Windows server 2003
We've been working on a bit of puzzle at work. We have an application service installed on two machines, both running Windows server 2003. These services do exactly the same thing.
However once loaded, one of the services uses 200mb less than the other service.
We'r开发者_高级运维e at a bit of a loss to what might be causing this discrepancy.
I was wondering if there was some kind of server setting that would cause an application to use more memory (heap block size) or anything to explain this.
If anyone has any ideas on what may be causing this, or how to find out what is causing this I'd be very grateful.
Run VMMap from sysinternals and analyze each server instance. This will help you track down what type of memory allocations are different.
精彩评论