Checking Available Memory allocation in C#

Posted by Jepe d Hepe on Stack Overflow See other posts from Stack Overflow or by Jepe d Hepe
Published on 2010-03-22T02:20:39Z Indexed on 2010/03/22 2:21 UTC
Read the original article Hit count: 357

Filed under:
|
|

i need to create a function in my application to set its available memory usage. What i want to do is when the application is running, and it reaches to the set memory settings, i'll have to switch from saving to the memory to saving to a file to the local drive to avoid application hang. Is this a better way to do? What things to consider when doing this in terms of memory allocation? Hope you understand :)

Thanks,

Jepe

© Stack Overflow or respective owner

Related posts about memory-allocation

Related posts about c#