Kbase P177433: How to find out whether memory mapped procedure libraries are in use on Windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/11/2010 |
|
Status: Unverified
GOAL:
How to find out whether memory mapped procedure libraries are in use on Windows
GOAL:
How to determine how much memory is being used by memory mapped procedure libraries
FACT(s) (Environment):
Windows
OpenEdge Category: Diagnostics
OpenEdge 10.x
FIX:
Download (http://www.windbg.org/) and install WinDBG, then attach to a process (prowin32, _proapsv, _progres) using memory mapped libraries, execute "!address -summary" in the WinDB prompt (no "") and check for "MemoryMappedFile" and "MEM_MAPPED" information.