This is a two part question.
I'd like to disable compressed memory. In my opionion ram is supposed to be blazing fast. I do not want to wait for the CPU to decompress whatever it compressed or waste CPU power on that task. From what I read on google, I would have to disabled the super fetch service.
From what I remember, the superfetch service does more than compress memory. From windows xp and onwards it would preload "cache" stuff I may open in the future into memory instead of fetching it from storage at runtime. That feature was nice and I wouldn't want to lose that if possible.
Part2: Am I reading memory usage correctly.
-The total addressable space is 25.9GB (24gb real memory and 1.9gb page file).
-Out of 24 gb's of ram, I have 7.4gb actively used and 11.9 gb cached (by superfetch?). The 4.7gb remainder is truly unallocated.
Additionally there are two parts of 568mb + 340mb that have been moved into the page file. Do i subtract that 568+340mb from real in use phsyical memory?
The open applications requested to use up to 20gb memory but are using 11.4gb (7.4gb used + 4.2 compressed). The remainder of their commit ram is 8.6gb. Ideally if that 8.6gb is all static data to be loaded from the harddrive it has already been read and stored inside the cached portion of memory? Yet it could also be ungenerated runtime data? Is their also a possibility that the remainder of the committed ram is remains on harddrive to still be loaded instead of the cache?
I'd like to disable compressed memory. In my opionion ram is supposed to be blazing fast. I do not want to wait for the CPU to decompress whatever it compressed or waste CPU power on that task. From what I read on google, I would have to disabled the super fetch service.
From what I remember, the superfetch service does more than compress memory. From windows xp and onwards it would preload "cache" stuff I may open in the future into memory instead of fetching it from storage at runtime. That feature was nice and I wouldn't want to lose that if possible.
Part2: Am I reading memory usage correctly.

-The total addressable space is 25.9GB (24gb real memory and 1.9gb page file).
-Out of 24 gb's of ram, I have 7.4gb actively used and 11.9 gb cached (by superfetch?). The 4.7gb remainder is truly unallocated.
Additionally there are two parts of 568mb + 340mb that have been moved into the page file. Do i subtract that 568+340mb from real in use phsyical memory?
The open applications requested to use up to 20gb memory but are using 11.4gb (7.4gb used + 4.2 compressed). The remainder of their commit ram is 8.6gb. Ideally if that 8.6gb is all static data to be loaded from the harddrive it has already been read and stored inside the cached portion of memory? Yet it could also be ungenerated runtime data? Is their also a possibility that the remainder of the committed ram is remains on harddrive to still be loaded instead of the cache?
Last edited: