Memort leak in IE
Memort leak in IE
HI
I fetch around 3000 - 5000 rows of data at once and store it in a var on the client side.
datatable gets new data at every async call. i clear the datatable for every new call made to the server but the memory consumed for the previous call data by the datatable is not getting cleared.
i am using .html('') to clear the div
this happens even when i change value in 'show entries' dropdown, when i display 200 rows and then display 20 rows memory is not getting cleared.
please Help me with this. my application consumes more than 1gb after 5 - 10 async calls
thanks
I fetch around 3000 - 5000 rows of data at once and store it in a var on the client side.
datatable gets new data at every async call. i clear the datatable for every new call made to the server but the memory consumed for the previous call data by the datatable is not getting cleared.
i am using .html('') to clear the div
this happens even when i change value in 'show entries' dropdown, when i display 200 rows and then display 20 rows memory is not getting cleared.
please Help me with this. my application consumes more than 1gb after 5 - 10 async calls
thanks
This discussion has been closed.