Opened 10 years ago
Closed 9 years ago
#3217 closed Bug (No Bug)
FileInstall() memory leak
| Reported by: | 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)
by , 10 years ago
| Attachment: | 3.3.14.2_leak.jpg added |
|---|
comment:1 by , 10 years ago
comment:2 by , 9 years ago
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 by , 9 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → 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.

That is not a memory leak, that is the file stored in the memory...