How to check memory usage in Visual Studio?

Asked

Viewed 665 times

2

I’m recently developing an Asp.net mvc 5 project.

When I call a view (a page), the RAM runs out for 0MB. Then the PC screws.

When RAM goes back to normal, it shows page view.

Can anyone tell me if a Visual Studio exists this tool to detect memory consumption, see who makes it deplete memory.

1 answer

8


Visual Studio has a specific diagnostic window called Diagnostic Tools. That among other monitoring functions, shows the amount of memory used by the application.

Whenever you run your project by pressing F5, it should automatically appear.

You can also make it appear by accessing Debug > Windows > Show Diagnostic Tools or by pressing Ctrl + Alt + F2

Browser other questions tagged

You are not signed in. Login or sign up in order to post.