• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Standby Memory??

Virgorising

Diamond Member
Hi.

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

Thank you.

2m7f7u9.jpg
 
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.
 
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:
Back
Top