I am working on a winform application. I want to test my application behavior when there is lack of memory on system.
My application processes large number of images and show in listview. I have implemented Virtual mode and other techniques to minimize memory. I can run my application fine in my system and don't find any issue related to memory when observing through "Task Manager". However my client reported me "out of memory" issue, when running application (he tested on 1gb system).
So I want to know whether there is tool or technique which I can use to test my application in limited memory (say, I want to my application behave same as it behave in system with 1gb memory)