Forum Discussion
Deleted
Aug 04, 2025Not applicable
Memory Compression RAM hog
Noticed recently Windows 11 in idle was taking 4.5GB instead of 3.5GB .it turned out the memory compression was using 1GB . My guess is a recent Windows update has made this change . it was never th...
murdad
Aug 04, 2025Iron Contributor
Run the following command as an administrator: reg add HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management /v DisableMemoryCompression /t REG_DWORD /d 1 /f) and restart.