hidden hit counter
Help!

Task manager mem usage changes when I minimize window

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Perform Maintain RSS
Next:  Upgrade to Windows 7 from XP?  
Author Message
xr280xr
External


Since: Feb 14, 2007
Posts: 40



PostPosted: Wed Sep 23, 2009 10:06 am    Post subject: Task manager mem usage changes when I minimize window
Archived from groups: microsoft>public>windowsxp>perform_maintain (more info?)

Hi,
I've noticed when using visual studio, I can open up the windows task
manager and it will show that visual studio is using something like 200,000 K
under the Mem Usage column. If I minimize the visual studio window the memory
usage will drop to around 50,000 K. If I maximize the window again it stays
at 50,000 K. Can someone explain this?
Back to top
SC Tom
External


Since: Jan 27, 2009
Posts: 89



PostPosted: Wed Sep 23, 2009 1:26 pm    Post subject: Re: Task manager mem usage changes when I minimize window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"xr280xr" <xr280xr.DeleteThis@discussions.microsoft.com> wrote in message
news:AF616036-8CC6-4711-A344-F054CC93C08D@microsoft.com...
> Hi,
> I've noticed when using visual studio, I can open up the windows task
> manager and it will show that visual studio is using something like
> 200,000 K
> under the Mem Usage column. If I minimize the visual studio window the
> memory
> usage will drop to around 50,000 K. If I maximize the window again it
> stays
> at 50,000 K. Can someone explain this?

If you start doing something in VS again, does the memory usage go up?

SC Tom
Back to top
xr280xr
External


Since: Feb 14, 2007
Posts: 40



PostPosted: Wed Sep 23, 2009 1:26 pm    Post subject: Re: Task manager mem usage changes when I minimize window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for your help Tom. Let me first make a correction to my description.
When I minimize the window the memory will actually drop down very low, to
around 17, 000 K, when I maximize it it goes up to 50,000 K.

If I start using visual studio again, it will gradually climb it's way back
up, but it doesn't just immediately spike back to the 200,000 K. It seems
like it's either only releasing memory when it's minimized, or that the task
manager is keeping a running total.


"SC Tom" wrote:

>
> "xr280xr" <xr280xr.DeleteThis@discussions.microsoft.com> wrote in message
> news:AF616036-8CC6-4711-A344-F054CC93C08D@microsoft.com...
> > Hi,
> > I've noticed when using visual studio, I can open up the windows task
> > manager and it will show that visual studio is using something like
> > 200,000 K
> > under the Mem Usage column. If I minimize the visual studio window the
> > memory
> > usage will drop to around 50,000 K. If I maximize the window again it
> > stays
> > at 50,000 K. Can someone explain this?
>
> If you start doing something in VS again, does the memory usage go up?
>
> SC Tom
>
>
Back to top
Ian D
External


Since: Jun 28, 2009
Posts: 3



PostPosted: Sat Sep 26, 2009 9:53 am    Post subject: Re: Task manager mem usage changes when I minimize window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"xr280xr" <xr280xr.RemoveThis@discussions.microsoft.com> wrote in message
news:5C97DD67-DD3D-42B6-91C4-E2EBD92CA457@microsoft.com...
> Thanks for your help Tom. Let me first make a correction to my
> description.
> When I minimize the window the memory will actually drop down very low, to
> around 17, 000 K, when I maximize it it goes up to 50,000 K.
>
> If I start using visual studio again, it will gradually climb it's way
> back
> up, but it doesn't just immediately spike back to the 200,000 K. It seems
> like it's either only releasing memory when it's minimized, or that the
> task
> manager is keeping a running total.
>
>
> "SC Tom" wrote:
>

It looks like, as you use visual studio, it's keeping cumulative
used work space open. When you minimise it, it reduces to
just the program code, plus any data. When you maximize it
again, it reopens with the minimum required workspace.



>>
>> "xr280xr" <xr280xr.RemoveThis@discussions.microsoft.com> wrote in message
>> news:AF616036-8CC6-4711-A344-F054CC93C08D@microsoft.com...
>> > Hi,
>> > I've noticed when using visual studio, I can open up the windows task
>> > manager and it will show that visual studio is using something like
>> > 200,000 K
>> > under the Mem Usage column. If I minimize the visual studio window the
>> > memory
>> > usage will drop to around 50,000 K. If I maximize the window again it
>> > stays
>> > at 50,000 K. Can someone explain this?
>>
>> If you start doing something in VS again, does the memory usage go up?
>>
>> SC Tom
>>
>>
Back to top
Richard
External


Since: May 13, 2009
Posts: 36



PostPosted: Sat Oct 17, 2009 9:01 pm    Post subject: Re: Task manager mem usage changes when I minimize window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

While in Task Manager, Processes tab, on menu bar, click View, click Select
Columns, and checkmark Virtual Memory Size, and then compare Mem Usage with
VM Usage. Your observations of Mem usage with Visual Studio sound typical.
How much memory an application uses while minimized depends on whether it is
on standby or continues performing some background operation. The Memory
Manager will usually give priority to the active window.

Right-click My Computer, click Properties, click Advanced (tab).
Under Performance, click Settings. In next window, click Advanced (tab).
Under Processor Scheduling and Memory usage, they are probably set to the
default best performance of Programs. If you right click the first Programs
item, and click What's This, it says: "Specifies that more processor
resources are given to the foreground program than to the background
program." If you right click the second Programs item, and click What's
This, it says: "Click this option if you are using this machine as a
workstation, rather than as a server. Your programs will work faster and
your system cache size will be the default size that came with Windows XP."

Also keep in mind that when programs first start, they typically request
more memory than they actually end up using. While minimized, Memory Manager
will reduce the actual usage to the minimum needed. After becoming active
again, Memory Manager restores the memory that was actually used.

Virtual Memory in Windows XP
http://www.aumha.org/win5/a/xpvm.php

The Truth about Windows Memory Optimizers
http://www.bitsum.com/winmemboost.htm

The Virtual-Memory Manager in Windows NT
http://msdn.microsoft.com/en-us/library/ms810616.aspx

Managing Virtual Memory in Win32
http://msdn.microsoft.com/en-us/library/ms810627.aspx

Managing Memory-Mapped Files in Win32
http://msdn.microsoft.com/en-us/library/ms810613.aspx

HTH. (Hope This Helps. Smile
--Richard

- - -
> "xr280xr" <xr280xr DeleteThis @discussions.microsoft.com> wrote in message
> news:5C97DD67-DD3D-42B6-91C4-E2EBD92CA457@microsoft.com...
> Thanks for your help Tom. Let me first make a correction to my
> description.
> When I minimize the window the memory will actually drop down very low, to
> around 17, 000 K, when I maximize it it goes up to 50,000 K.
>
> If I start using visual studio again, it will gradually climb it's way
> back up, but it doesn't just immediately spike back to the 200,000 K.
> It seems like it's either only releasing memory when it's minimized, or
> that the task manager is keeping a running total.
>
>
> "SC Tom" wrote:
>>
>>> "xr280xr" <xr280xr DeleteThis @discussions.microsoft.com> wrote in message
>>> news:AF616036-8CC6-4711-A344-F054CC93C08D@microsoft.com...
>>> Hi,
>>> I've noticed when using visual studio, I can open up the windows task
>>> manager and it will show that visual studio is using something like
>>> 200,000 K under the Mem Usage column. If I minimize the visual studio
>>> window the memory usage will drop to around 50,000 K. If I maximize
>>> the window again it stays at 50,000 K. Can someone explain this?
>>
>> If you start doing something in VS again, does the memory usage go up?
>>
>> SC Tom
- - -
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Perform Maintain All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum