Kmeersch Posted August 25, 2008 Posted August 25, 2008 I have an auto-it script running, but it grows in memory. Script starts at 5000 kb, after executing an couple o instructions it uses 15000 kb. That is a normal behavior. (dll calls, database calls, gui etc... ) Is there a methode to release memory so my script starts again with less memory? All the variables in my script are already set to 0 after executing. exp.: $var1=0
Danny35d Posted August 25, 2008 Posted August 25, 2008 _ReduceMemory()Also take a look to this LINK it my help you in the future. AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
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