AdsJumbo / AdsJumbo.com

This repository contains the AdsJumbo.com SDK for Windows 10 Apps & Games. This allows you to display advertisements in the app from AdsJumbo.com ad network.
https://AdsJumbo.com
15 stars 10 forks source link

Inquire how to respond to memory leaks #47

Open boardpen opened 10 months ago

boardpen commented 10 months ago

Regarding the increase in memory, I would like to ask if there is any improvement plan.

BigPino67 commented 4 months ago

The memory leaks comes from WebBrowser component inside of BannerAds control. It is a well known issue from a very long time.

The most simple WinForm with AdsJumbo memory usage within 1 minute : image

You can lower the memory used by setting the WebBrowser AllowNavigation to false.

The only way to get rid of this very old issue is that AdsJumbo provides a new version without using WebBrowser component. They can use Gecko or CefSharp of

boardpen commented 4 months ago

Thank you for answering I'll apply what you told me.