Forum Discussion
3 Replies
- Julia_K
Alumni
Hello Raya,
Memory allocated to variables is freed up after the test run is over.
Could you please provide a bit more detail on your memory leak problem? How do you detect a memory leak? Does TestComplete display any error message notifying that it runs out of memory?Thank you.
- rkhashabNew ContributorThanks Julia! we detected the memory leak by noticing tcHostingProcess.exe's size was growing to 800+K and then the script started to slow then eventually it crashes. When we debugged the script every time it hit the new variable line tcHostingProcess.exe's size incremented.
- Julia_K
Alumni
Raya,
We would like to investigate the behavior you describe more closely. Could you please post your entire code here?
Thank you.