Jump to content

Recommended Posts

Posted

Are there any programs that can help me locate a memory leak in my script, and point out the function causing it?

If not, what are some common ways or fucntions that cause memory leaks to occur?

Currently, it runs fine for about 30 hrs before freezing with 1gb of ram.

Posted

Memory leaks occur when the program doesn't clean up used resources after loops, close used handles etc... normally it's the coders fault, seldom a real au3 bug...

otherwise...

It'll be alot easier if you post your script for the community to debug it .

Posted

It's almost definitely memory you've got from a dll or similar. AutoIt has GC that takes care of unused memory.

Broken link? PM me and I'll send you the file!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...