Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Update grid Data increase memory of browser and it doesn't release memory reference
posted

Hi everyone,

When I update iggrid data then my browser's memory keeps increment.

It makes my browser is out of memory and reopen on IE 11. I used function: $(`${gridId}`).igGrid("dataSourceObject", data).igGrid("dataBind"); to update.

I checked the memory on Google chrome and I captured the result below:

After searching the first time, the data is about 400Mb

Then I research, the data is increased to more than 600Mb.

I want it only takes 400mb as the first searching.

Please give me some advice about this situation, let me know if you don't understand what I ask for, I will respond as soon as possible.

Thanks and best regards.

Trung

Parents
  • 5513
    Offline posted

    Hello Trung,

    Thank you for using Infragistics forums!

    Is it possible to share a sample that reproduces this memory leak or at least your grid configuration and the version of Ignite UI that you are using?

    When I tried reproducing it with a small sample of my own I couldn't find anything suspicious. Here are my profiling results from MS Edge with each snapshot being taken after calling 

    $('#grid').igGrid("dataSourceObject", data).igGrid("dataBind");

    I am looking forward to hearing from you!

    Best regards,

    Stamen Stoychev

Reply Children