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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -