Dave said:
For those of us who saw a recent Computer World article claiming
that "Most Windows 7 PCs max out memory", I see that Win7News has
just pointed to a couple articles discrediting the "finding":
<
http://www.osnews.com/story/22896/Windows_7_Memory_Usage_FUD_Explained>
<
http://blogs.zdnet.com/BTL/?p=31024>
Computer World has left the story on line, with a disclaimer:
<
http://www.computerworld.com/s/article/9158258/Most_Windows_7_PCs_max_out_memory>
If the software is the type of software that I think it is, then these
sorts of software have been around since the beginning of Windows on
DOS. It's simply something that takes unprotected pages from memory and
commits it to disk, thus miraculously freeing up the memory. Then of
course through normal computer utilization, that freed memory gets eaten
up again by the programs that are still running and still require that
memory. It doesn't really buy you anything, it's just a placebo.
They used to have software like this in the DOS days that would optimize
the memory of DOS apps and background programs. DOS was severely limited
in the amount of memory it could use, and also in DOS the whole program
would have to be loaded into memory right away, and not partially on
demand like they do in Windows. So when Windows came around, people were
still used to being stingy with memory and many used to personally
monitor it like a hawk, so utilities came out that purported to do the
same thing for Windows memory that they did for DOS memory. It would
simply commit unsaved memory to disk and close it down, only to have the
memory get reutilized after a couple of hours. I even made one such
utility for myself as a programming exercise. It was pretty easy to do,
the function was built right into Windows, all you had to do was create
a fancy interface to put around the function.
Yousuf Khan