CleanMem 1.6.1

Published by

Will run and clean the memory out of all processes it can, without any user input. The program will install and set it to run every 30 min via the windows task scheduler. Install it and your done!

The program will install and set it to run every 30 min via the windows task scheduler. Install it and your done! The program doesn't run in the background, once it does its job it closes and doesn't run again until the task scheduler runs it.

The program is very simple to operate as it will run and clean the memory out of all processes it can, without any user input.

Some anti viruses and such protect their processes so of course cleanmem can't touch those.

This doesn't work like other memory cleaners that do nothing but force windows to free up memory by using up all the avail. memory. This old trick then causes your system to lag big time!

Cleanmem works in a matter of about 5 sec. It uses a windows api call that is in Windows 2000,xp,2003,Vista & 2008 that tells windows to cleanup the workspace of a processes thus freeing up any memory the process no longer needs. Other memory cleaners end up forcing the memory into the page file slowing down your system. This tool does not. The API call frees up unused memory from programs, when a program needs the memory again it can simply take it back instead of forcing the memory out of ram and into the page file.

A good example is this, say you have quickbooks installed and setup for multi user mode. The quickbooks service takes 37mb of memory just sitting there! when cleanmem is ran it uses only 600kb and wont grow again until it actually is used. The same goes for all processes.

If a processes needs more memory it gets it back in a sec, I have it set to run every 30 min in the windows task sched. You wont notice any performance hit of any kind even when pushing your system to the max playing a heavy 3d game (In my case I tested it playing Age Of Conan)

So basically set it and forget it, memory leaks from programs will be a thing of the past with this tool.

If you need to run it manually you can simply make a shortcut to it in the system32 dir, or just open your run command and type in cleanmem and hit ok!

Perhaps the best way to describe CleanMem is user control on garbage collection for your system.


Changelog:

Code improvement on the mini monitor. The code to pull the number of running processes was causing a high amount of page faults. While page faults do not hurt the system http://en.wikipedia.org/wiki/Page_fault
It still bugged me that the Windows API used to get the process count was causing 1100 page faults every time it ran, which was every 1 sec. I have since used a different api and code and dropped the page faults down to 14 instead of 1100 :-)
Big thanks to this user http://forums.pcwintech.com/index.php/topic,1605.0.html who brought this to my attention.
  Download