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
Post a Comment