SmartClient version: SmartClient_v91p_2015-11-17_LGPL
OS: Windows 8.1
Browser: MSIE 11
In our tests, we set up a clean VM as follow:
Pagination: off
RAM memory: 2048MB
Windows: 8.1
Core: 2
VM provided by Microsoft at: https://dev.windows.com/en-us/microsoft-edge/tools/vms/
Our application needs to stay open for at least 8h without the need to close and open the browser again.
Currently, we need to close and re-open the browser every 3h or less.
We load the code in the browser as a usual user (without any developer tool). And leave the VM open. After some time, the OS will ask to close MSIE due to low memory. If we keep with the test running the OS logs
We did several rounds and at the average with this code we have a leak around 2.7 MB per minute
The code below is a code similar to what we have and is the one used in our tests:
http://pastebin.com/neBsHrtU
Can you guys please check for any memory leak in this scenario?
Comment