Details
Assignee
Michael OffnerMichael OffnerReporter
Wilfried WackerWilfried WackerPriority
CriticalLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Wilfried Wacker
Wilfried WackerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 23 August 2018 at 13:20
Updated 19 May 2021 at 10:52
Hello,
i loop over a file and read line by line.
The file have pheraps 6 Mio lines (800MB).
While the loop runs, the memory first increases slow, but when it come to the end, the memory increases to the limit (6GB).
After the routine ist finished, i cleared all querys, but lucee give never the memory back to the sytem.
In the loop i use different mysql-querys and variables, also with the same name in each loop, so that lucee not use new memory.
mySQL has a normal memory usage
After the loop Ends, i must lucee becomes so slowly, that i must Restart the Service
lucee hav the latest release.
Have everybody a solution?