Is there any way that I can limit virtual size for a particular Process e.g. W3WP process(32 bit, Windows Server 2003)?
I have a service which is hosted in IIS(C#) which will Get/Reserve/Confirm slots based on the User operation. I didn't get any error in the logs. All the Http error codes which I have got is 200. An increase in memory utilization and Garbage Collection growing in size followed by out of memory exceptions before the servers stopped taking any further website requests.
Because I'm getting OOM (Out of Memory exception for Our application which is mainly because of peak virtual memory utilized by the application), I'm trying to replicate OOM by reducing the available resources.