How can I avoid "Your system is running low on virtual memory" pop-up?
- by Xavier Nodet
Our application sometimes uses a lot of memory, and this is expected. But when we test it under high load on Windows XP, we usually get the very annoying "Your system is running low on virtual memory" popup, and this prevents our automated, unattended, tests to run through...
Is it possible to prevent this popup to appear, and just have the allocation fail? The app will handle it gracefully, and tests will go on...
We are using Windows XP, but if a solution only exists on later versions, I'd be happy to know anyway.