Do minimized apps use up RAM?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Obviously when an app is running it is using RAM. But is that also the case
after the application is minimized? Does it still use up some of the
available RAM?
 
Jeff said:
Obviously when an app is running it is using RAM. But is that also the case
after the application is minimized? Does it still use up some of the
available RAM?

Yes. It even uses up RAM when you close it, at least until another
application or service needs the memory more than it does.

This is a good thing, not a bad thing. If you have lots of available RAM on
your machine and it isn't getting used either for applications or the system
cache, it is getting wasted. The reason is because code that is loaded or
executed from RAM is loaded or executed much, much faster than it is from
your had drive.

To see how this works, reboot your computer. Then load a program you use
often, such as Outlook Express. While you do so, observe your hard disk
button or indicator on your computer (which should be flashing, indicating
that code is being loaded from the hard drive). When it fully loads, close
Outlook Express (for purposes of this experiment, it is okay to read your
mail first if you want to). Then open Outlook Express again. Note that this
time there is virtually no hard drive activity. Better yet, notice the huge
speed difference in how quickly it loaded? That's the power of RAM. The
program loaded much faster because when you loaded it the first time into RAM
from the hard drive, it stayed there even after you closed the program.

Understanding how the system cache works is the single best performance
improvement I know, and it doesn't even require a registry tweak or expensive
third party software. :)

Ken
 
It depends. A minimised program usually does nothing. Windows gives minimised programs priority to go to the swap. Notepad for instance, if left minimised, will eventually be using no memory. Windows Messenger because it works always will always be using some memory (but just the minimun for whatever constant tasks it's doing).
 
Jeff said:
Obviously when an app is running it is using RAM. But is that also the case
after the application is minimized? Does it still use up some of the
available RAM?

It is using memory in just the same way; all that is changed is the
desktop display of it. Whether the program is actually occupying RAM
depends on what else is around. If RAM is tight, such a program might
be taken as a candidate to be paged out to page file, so as to release
RAM for others
 
Thank you. That is really what I was asking about. That the RAM becomes
available if needed for other apps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top