App in Azure - Memory Leak?

Hi all,
Appreciate this might have nothing to do with the Syncfusion controls, however I'm experiencing a constant rise in memory until the app fills 3gb of memory and then restarts.
There's not many users, I think it's not disposing of anything, it's a normal blazor server app with standard components, and I'm hoping someone has come across this before.
This is a dump from Azure at 1GB, any advice appreciated


6 Replies 1 reply marked as answer

MK Muthukumar Kannan Syncfusion Team February 4, 2021 10:34 AM UTC

Hi Ash,

Thanks for contacting Syncfusion Support.

We suspect that you are using 18.3.x or an older version of Syncfusion NuGet packages in your application. We would like to let you know that the reported issue was resolved already, and the fix is available in our latest versions. So, we suggest you to upgrade the NuGet packages to the latest version (18.4.x) in your application to resolve the reported issue.

https://www.nuget.org/packages/Syncfusion.Blazor/ 

Also, we have provided the individual NuGet packages support for our Syncfusion Blazor components. Refer to the below documentation for further details regarding the individual NuGet packages.

https://blazor.syncfusion.com/documentation/nuget-packages/ 

Please let us know if you need any further assistance on this.

Regards,
Muthukumar K
 


Marked as answer

AS Ash February 4, 2021 10:43 AM UTC

Hi Muthukumar,

Sorry I forgot to include the package but yes you're right I'm using 18.3

I will get upgrading now and, many thanks very excited if this fixes my issue :)

Thanks for your help!


MK Muthukumar Kannan Syncfusion Team February 4, 2021 11:10 AM UTC

Hi Ash,

Welcome! Please get back to us if you need any further assistance.

Regards,
Muthukumar K
 



AS Ash February 4, 2021 12:59 PM UTC

It's looking great thanks.

Appreciate this a different question.

The _content/Syncfusion.Blazor/scripts/sf-dropdownlist-c8f8eb.min.js is a little slow to load in Edge, and it's easy to click the dropdown before it's loaded, therefore appearing like it's broken in the browser.



Is there any advice around resolving this or best practice?

Thanks


AS Ash February 4, 2021 08:32 PM UTC

I see the CDN for the JS has been deprecated, is these anything else I can try to load the scripts faster?

Thanks


MK Muthukumar Kannan Syncfusion Team February 8, 2021 01:53 PM UTC

Hi Ash,  
  
Sorry for the delay. 
  
Based on your query, we would like to let you know that we have used JavaScript Isolation for loading the script files dynamically when the component instance initialized.  Also, it won’t make much time and it is needed only for some specific interop operations only. However, if it takes more time to load in Edge, could you please share the below details for validating this from our end.
 
  1. How long it will take to load? (in seconds)
  2. Are there any errors that occurred in the browser console window? if so please share.
  3. Share your Microsoft Edge browser details.
  4. Whether facing slow loading scripts in Microsoft Edge browser for DropDownList controls alone or any other Syncfusion controls. If so, share the list of control details.
  5. Share the component code which you have rendered in your application so that we can ensure the performance issue based on properties.
  6. Whether you are using Blazor Server Side or WebAssembly application and .NET core version 3.5 or 5.0 in your application.
 
The above details will help us to provide quick and better support from our end.

Please let us know if you have any concerns about this.

Regards,
Muthukumar K


Loader.
Up arrow icon