virtual memory - .NET API for determining VM fragmentation -


Is there a .NET API to get detailed information about VM usage? I'm particularly interested in finding out how fragmented my address space is.

Thanks

You can give some insight on this like Windows API functions How to calculate the virtual memory classes and find unused space, GetProcessHeaps () processes and HeapWalk blocks are used in each stack.

This will not be easy, especially in the program that runs the Heavywalk (), there is a hassle. You should take a look at SysInternals, this provides excellent virtual memory diagnostics.

The fall with this is that it does not really help in solving your memory fragmentation problem, as the Windows Memory Manager sub-allocates virtual memory space, affecting you on it Can not do anything to do. If you are now struggling with OOM, then you should actually consider building your app again. Or switching to a 64-bit operating system, solution for two hundred dollars.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -