Dear All,
In my application I Noticed that the memory of my application IE instance is increasing and it continues to increase till the application crashes (Memory Leak), That scenario happens even if the user is not interacting with the application i.e open tab and do any functionality and stop using the application then the memoy will continue to increase from 200 MB up to 1.5 GB
I profiled the browser for 1 second while the memory leak is going on and the user is not interacting with the application and I found that the following function is getting called for 616 times within 1 second
function : isc_c_Timer__fireTimeout
file : http://ztest.moi.gov.qa/ERP/isomorphic/system/modules/ISC_Core.js?isc_version=v9.1p_2014-06-28.js
Line : 1,131
Smart client version : 9.1p_2014-06-28
Please advise
In my application I Noticed that the memory of my application IE instance is increasing and it continues to increase till the application crashes (Memory Leak), That scenario happens even if the user is not interacting with the application i.e open tab and do any functionality and stop using the application then the memoy will continue to increase from 200 MB up to 1.5 GB
I profiled the browser for 1 second while the memory leak is going on and the user is not interacting with the application and I found that the following function is getting called for 616 times within 1 second
function : isc_c_Timer__fireTimeout
file : http://ztest.moi.gov.qa/ERP/isomorphic/system/modules/ISC_Core.js?isc_version=v9.1p_2014-06-28.js
Line : 1,131
Smart client version : 9.1p_2014-06-28
Please advise