user1855338
user1855338

Reputation:

Using the memory alloted to some other process

I have an application and I want to test if the out of memory exception is handled properly .So should I fill the memory somehow to force that condition to come up. How do i do it?

Upvotes: 1

Views: 70

Answers (1)

joy
joy

Reputation: 1569

On Windows you can simulate low resources conditions using Application Verifier.

More info here.

Upvotes: 1

Related Questions