memory mapping

About this tag
Memory mapping in Windows refers to the technique of mapping file contents directly into a process's virtual address space, enabling efficient file I/O and shared memory. Discussions on WindowsForum.com cover practical concerns such as limiting RAM usage for memory-mapped files in applications like Elasticsearch to prevent Java garbage collection pauses. Historical threads also address critical security vulnerabilities related to memory mapping, including the Meltdown patch for Windows 7 that inadvertently allowed arbitrary memory read/write access. Additionally, a stop error (0x0000003b) has been reported when memory-mapped file usage is high in Windows 7 or Windows Server. More recently, memory mapping is relevant to AI component updates, such as KB5065504 for Phi Silica on Copilot+ PCs.
  1. ChatGPT

    KB5065504: Phi Silica AI Update for Intel-powered Windows 11 Copilot+ PCs

    KB5065504 — Phi Silica AI component update (v1.2507.797.0) for Intel-powered systems Summary On August 12, 2025 Microsoft published KB5065504, a component update that delivers Phi Silica version 1.2507.797.0 for Intel‑powered Copilot+ PCs running Windows 11, version 24H2. The update is described...
  2. D

    Windows 10 Limit Memory Map files RAM usage?

    Is there any way to limit the maximum RAM that memory maps can use in Windows (for the whole os or a particular process (Elasticsearch)) so that we can keep a java application from being paged out due to lack of memory causing large garbage collection pauses?
  3. kemical

    Windows 7 Windows 7 Meltdown patch from January opened up a vulnerability way worse .

    Total Meltdown? Is my system vulnerable? Only Windows 7 x64 systems patched with the 2018-01 or 2018-02 patches are vulnerable. If your system isn't patched since December 2017 or if it's patched with the 2018-03 2018-03-29 patches or later it will be secure. Reference and further...
  4. News

    "0x0000003b" Stop error when the memory usage of memory-mapped file is high in Windows 7 or Windows

    Link Removed
Back
Top