Opened 9 years ago
Closed 7 years ago
#3217 closed Bug (No Bug)
FileInstall() memory leak
Reported by: | malamen@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.2 | Severity: | None |
Keywords: | Cc: |
Description
Used FileInstall() to store and extract large files (300-900 Mb), and compiled with x64 and noUPX.
When starting compiled exe it takes a lot of memory (see attached screenshot)
When compiled the same source using 3.3.8.1 all is fine.
Attachments (1)
Change History (4)
Changed 9 years ago by malamen@…
comment:1 Changed 9 years ago by TheDcoder
comment:2 Changed 8 years ago by BrewManNH
I don't have version 3.3.8.1 to test against, but in 3.3.12.0 it shows the same. It's the file being extracted from the exe, and as soon as that is extracted and saved to disk, the memory usage drops to a normal level. Doesn't look like a memory leak to me, I'd have to agree with TheDcoder that it's normal.
comment:3 Changed 7 years ago by BrewManNH
- Resolution set to No Bug
- Status changed from new to closed
No new feedback from the original poster, so I'm going to assume that the explanation given fits his criteria. I see no bug.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
That is not a memory leak, that is the file stored in the memory...