Well, I have to debug a memory allocation issue. The application runs out of memory over time. I need to simulate low memory system for a .net window app, as a way to reproduce the out of memory issue more quickly.
PS: My initial investigation suggests that the memory leak is occurring while the application is allocating unmanaged resources (Managed DX).