R
Rowan
Obviously, it is good news. Specifically, the Page File is a crucial part of
your HDD that is to RAM like the coolant recovery system in your car is to
your radiator, sort of. When RAM maxes out, the "spillover" is written to
disk. If you have this set up correctly, the area of the disk set aside for
the Page File (or VM - Virtual Memory) grows and shrinks according to need.
This helps explain why computers with too little RAM and a big VM tend to
run slowly (retrieving data off a disk is a lot slower than using RAM), and
why they don't just stop suddenly when they reach 100% RAM utilization.
your HDD that is to RAM like the coolant recovery system in your car is to
your radiator, sort of. When RAM maxes out, the "spillover" is written to
disk. If you have this set up correctly, the area of the disk set aside for
the Page File (or VM - Virtual Memory) grows and shrinks according to need.
This helps explain why computers with too little RAM and a big VM tend to
run slowly (retrieving data off a disk is a lot slower than using RAM), and
why they don't just stop suddenly when they reach 100% RAM utilization.