Jump to content

(SOLVED) :) Memory Leak


 Share

Recommended Posts

Do I NEED to post the code for this one?

I use this script at work all day, everyday, and it is leaking mem so bad that at 8:00 AM its at 7,000 but at 5:00 PM its at 170,000 . This only happens with the exe, the scite autoit wrapper doesn't do it.

I can watch it leak about every second at a trickle, but a constant trickle.

Edited by danwilli
Link to comment
Share on other sites

  • Developers

Try moving these lines to the top that they only are performed one time. this to check if its FileReadline that has the issue since that is a reported Bug.

$HB1 = FileReadLine("times.txt", 1)

$MB1 = FileReadLine("times.txt", 2)

$HB2 = FileReadLine("times.txt", 3)

$MB2 = FileReadLine("times.txt", 4)

$HL = FileReadLine("times.txt", 5)

$ML = FileReadLine("times.txt", 6)

$HP = FileReadLine("times.txt", 7)

$MP = FileReadLine("times.txt", 8)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...