litlmike Posted January 23, 2007 Posted January 23, 2007 I have seen some programs out there that are use to recover RAM from the operating system. Usually a utility to monitor and free unused RAM--a Memory Defragmenter (RAM defragmenter). A tool that allows you to Tune up RAM performance without any cost. Is this something that is possible to do in AutoIt? If so, what would be a starting place? If not, how come? Thanks in Advance. _ArrayPermute()_ArrayUnique()Excel.au3 UDF
litlmike Posted January 24, 2007 Author Posted January 24, 2007 Hmmm... was this too confusing? _ArrayPermute()_ArrayUnique()Excel.au3 UDF
litlmike Posted January 24, 2007 Author Posted January 24, 2007 Does anyone know if this type of app is possible in AutoIt? _ArrayPermute()_ArrayUnique()Excel.au3 UDF
eadthem Posted January 24, 2007 Posted January 24, 2007 Does anyone know if this type of app is possible in AutoIt?ram defragmenters are for the most part miths and do little to nothing for speed sometimes even dropping your speeddefraging a hdd is needed because ther is a mechanical head that has to seek and find the tracks with the sectiors contaning your filesram can instatly read any address the chipset/memorycontroller thinks the cpu will need next or that the cpu needs next ther is no delay in selecting a memory address row nomatter where its at or how many gaps are present or how fragmented it is it is a fixed thing you aske it for address 13 d2 4a 8f you will get that data no faster no slower nomatter the contents of it or any other ram segment eadthem akip chip/componet lvl electronics engenner
TicTaC Posted January 24, 2007 Posted January 24, 2007 eadthem is right, ram defragging is pointless.Personally i use ClearMem by Microsoft (free tool) which forces pages out of physical memory after heavy pc usage.I've incorporated a run command into MemStat by AutoIt SmithMore info on ClearMem & download here
litlmike Posted January 25, 2007 Author Posted January 25, 2007 Thanks for clearing that up! I used CleanMem and it did seem to help. Thanks for the reccomendation. _ArrayPermute()_ArrayUnique()Excel.au3 UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now