Standby Memory??

Virgorising

Diamond Member
Apr 9, 2013
4,470
0
0
Hi.

Exactly what is "standby memory"? Why isn't all memory not in use standing by?

Thank you.

2m7f7u9.jpg
 

Cerb

Elite Member
Aug 26, 2000
17,484
33
86
To elaborate, Windows does its best to keep you from having much free memory. Over time, you should reach a point where very little of it is free. Ideally, you should have as little free as possible, without having so little free that every allocation or commit involves cache searches or evictions.

Cached memory is in use, but most of it can be discarded, and committed to an application that needs more memory. Some of it is dirty, and needs to be checked out, and changes written, so that memory won't be given to applications quite so readily.
 

Virgorising

Diamond Member
Apr 9, 2013
4,470
0
0
To elaborate, Windows does its best to keep you from having much free memory. Over time, you should reach a point where very little of it is free. Ideally, you should have as little free as possible, without having so little free that every allocation or commit involves cache searches or evictions.

Cached memory is in use, but most of it can be discarded, and committed to an application that needs more memory. Some of it is dirty, and needs to be checked out, and changes written, so that memory won't be given to applications quite so readily.


Thanks for this in depth info! :biggrin::thumbsup:

I did, earlier, find this:
http://www.overclock.net/t/1280405/standby-and-free-memory

I guess we can't configure this and just have to leave it up to Windows. Windows is FAR more complex than I knew when I just took it for granted, and so, I am growing more respect for it.():) It strikes me that the average computer user, unlike most people in THIS COMMUNITY, never even thinks about any of this.

At least I understand it more now.:) Its apparent goal to conserve, does sound does sound pragmatic, and so, efficient. Not unlike core parking....tho I turned that off. :\:whiste:
 
Last edited: