Out Of Memory issue
Out Of Memory issue
nickolojon
Posts: 20Questions: 0Answers: 0
Hi, im experiencing this issue "Out of Memory at line: 2" in jquery datatable, how can I resolve this issue? Im loading the data asynchronously using WCF REST and adding one data at a time using fnAddData then using fnStandingRedraw to display the newly created row. By the way im also implementing the column filtering function of the table here.
This discussion has been closed.
Replies
Allan
Allan
I'd suggest running the profiler in Chrome to see where the memory is being leaked.
Allan
I cant execute my solution in chrome, the WCF service is not working there for some reason. I also tried downloading "drip", but same results. Is there any other way to monitor the usage in memory of the datatable and the plugin column filtering?