• 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.

Reducing runtime memory in Windows 8

Thanks, Chiefcrowe, I've been running Win8 Delvp for a few weeks now and appreciate any good info to read about the OS. I'm getting familar with it on a P4 3 GHz with 4 GB RAM. Very pleased with the speed so far.
 
When assessing the contents of RAM in a typical running PC, many parts of memory have the same content. The redundant copies of data across system RAM present an opportunity to reduce the memory footprint even for services and OS components.

Memory combining is a technique in which Windows efficiently assesses the content of system RAM during normal activity and locates duplicate content across all system memory. Windows will then free up duplicates and keep a single copy. If the application tries to write to the memory in future, Windows will give it a private copy. All of this happens under the covers in the memory manager, with no impact on applications. This approach can liberate 10s to 100s of MBs of memory (depending on how many applications are running concurrently).


This might seem good from a memory usage point, but for security this will be a major target for malware. Now I don't need to worry about injecting code into another process to cause damage, I can attack the block of memory windows is using that all these processes share and infect them all.

I am seeing a lot of changes that are being made in the area of memory saving at the expense of security. Memory is not the concern it once was and their targeting of tablets is the main excuse for doing this, I really don't like where this is heading.
 
Last edited:
i liked hearing this part as i read that same article linked.

NOTE: For Windows 8, a clean install also contains the extended Windows Defender technology, which, for the first time incorporates complete antimalware functionality – also optimized for memory and resource use per Jason’s blog about protecting you from malware. (This functionality does not exist on a clean install of Windows 7 where we would recommend that you add security software).
 
Back
Top