¡@

Home 

c++ Programming Glossary: workingset

Is there any way to force the WorkingSet of a process to be 1GB in C++?

http://stackoverflow.com/questions/12228321/is-there-any-way-to-force-the-workingset-of-a-process-to-be-1gb-in-c

there any way to force the WorkingSet of a process to be 1GB in C If I use the following call in.. in C If I use the following call in C I would expect the WorkingSet of the process to never drop below 100MB. However the OS still.. working set back to 16MB even if I make this call. Setting WorkingSet to 100MB would lead to a dramatic increase in my application..