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
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.
I do have the Heap Size set to 1G.
I have an MLPD file for a smaller test where the memory is not exhausted. It is 40 MB zipped. How should I get that to you?
Please use this link and upload your attachments. Are you able to send a complete sample to profile?