Windows 11 Tests Unified Memory Management for Graphics and AI
Microsoft is testing a hidden feature called "IntelligentCarveout" in Windows 11 preview build 29648.1000 to manage unified memory. This feature allows users to allocate and reserve memory specifically for graphics and AI accelerators. This OS-level update optimizes Windows for modern unified memory architectures, similar to Apple Silicon, which is crucial for upcoming high-performance APUs and local AI workloads. It gives users control over balancing system RAM for general applications versus dedicated resources for AI models and gaming. The feature introduces a new file, SettingsHandlers_UnifiedMemory.dll, and allows users to adjust reserved memory, though reserved portions will be unavailable to other applications. While the exact UI controls are not finalized, the settings are expected to appear under "Settings > System > Advanced".
## BACKGROUND
In traditional PC architectures, the CPU uses system RAM while the GPU relies on its own dedicated VRAM, requiring data to be copied between them. Unified Memory Architecture (UMA) allows the CPU, GPU, and AI accelerators to share a single high-speed memory pool, eliminating redundant data transfers. This design is highly efficient for running large local AI models and is a key feature of modern hardware platforms like Apple Silicon and AMD's upcoming APUs.