memory - C# Mem Usage In Task Manager - Looks Wrong? -


i have app procexp shows having 500mb of private bytes assigned - right app lot of data processing

when see same process in task manager report 20mb of usage wrong

why case?

you're seeing private working set of process in task manager (the default view). may want at, however, working set and/or commit size, rather private working set.

you can change under vuew > select columns, , selecting appropriate checkboxes.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -