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
2035
Excel memory usage
posted

I am finding that when I create a Workbook with many rows (300k) that it consumes a bit of memory, but does not release that memory.  The memory consumption just increases each time I create a new Workbook until the app crashes.

I am using Xamarin.Forms 2017.2 on Android.

Any suggestions?

Regards,

Arthur

Parents
  • 29065
    Offline posted

    Hello Arthur, 

    Thank you for contacting Infragistics. Are you able to debug the crash and provide the exception/stacktrace and/or any messages in the output window? Also, what tools are you using to profile the app to determine the memory leak? Can you send me a profile results file and test with the Xamarin Profiler?

    Have you tried increasing the Heap Size? When developing Android projects we recommend that you increase the JAVA Max Heap Size to 1G. See if that helps. 

    Let me know if you have any questions. 

Reply Children