Guy Bertental
Guy Bertental

Reputation: 604

How to dump memory in windows 2008 64bit server?

I want to analyze memory leak in my ASP.NET application, How can I dump memory in windows 2008 64bit server?

Upvotes: 1

Views: 1958

Answers (2)

Ganesh R.
Ganesh R.

Reputation: 4385

One way can be , Open Task Manager -> Processes -> SELECT_YOUR_APPLICATION_PROCESS. Then right click & select "create dump file".

Upvotes: 2

Brian Rasmussen
Brian Rasmussen

Reputation: 116471

Get the 64 bit version of Debugging Tools for Windows and use ADPlus to create a memory dump.

Upvotes: 2

Related Questions