We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to clean up memory after processing large data

Answered
Donggeon Kim asked on March 13, 2020

After loading a large amount of data, I wonder how to organize the memory.

My site has a page that loads large amounts of data,
IE crashes when the page is accessed more than once.
The same thing happens in the example on your site.
DEMOS> LOADING> ONE MILLION ROWS
If you click the above menu to access it, and click the menu again to access it again, IE will stop.
So that IE may not stop
Please guide me on how to clear the memory after loading large amounts of data.

1 answer

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster March 17, 2020

Hi Donggeon,
 
Thank you for reaching out to us.
 
This is a known issue, as the Internet Explorer browser tends to limit its resources to ~1.4 GB of memory. At the same time, there is no way to clear the memory per request, since such manipulations can only be carried out by the garbage collector.
 
With that in mind, we would suggest trying to use a different browser – such issues are mostly absent in modern browsers such as Chrome, Edge, Safari etc.
 
We hope we've managed to answer your question fully. Please let us know if you have any other questions we can help you with.
 
Best regards,
Mykhailo

Please login or Register to Submit Answer