question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Memory leak, removeBanner not works

See original GitHub issue

Describe the bug Hello! I’m using latest version of plugin. When load and show any type of ad it uses some RAM space. I’m trying to add such code when ad is shown:

await AdMob.removeBanner();

I’m waiting this should remove all background ad data, but this is not happens. Actually this is memory leak, you can check your profiler while showing ads.

Expected behavior AdMob.removeBanner deletes all used data from memory.

Screenshots RAM usage

Desktop (please complete the following information):

  • OS: iOS
  • Plugin Version 3.2.0

Smartphone (please complete the following information):

  • Device: iPhone 13 Pro Max
  • OS: iOS
  • Browser ionic

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
distantecommented, Oct 18, 2021

Can you please take a look at it @rdlabo ? (I have now a mac but I didn’t had the time to setup and learn the Swift part 😦 )

0reactions
rdlabocommented, Jul 4, 2022

I will close this Issue as there has been no update of information for a long time. If necessary, please create a new Issue with the latest information. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Memory Leak on ridiculously simple repo · Issue #7874 - GitHub
There must be something else wrong because I'm currently using Jest v23.6 and everything works fine, no memory leaks, no anything.
Read more >
Memory leak detection - How to find, eliminate, and avoid
A memory leak is any portion of an application which uses memory without eventually freeing it. By memory, we're talking about RAM, not...
Read more >
MYSTERY MEMORY LEAK: WHERE DID MY MEMORY GO?!
If too much memory is taken away, this will cause working set trimming and general performance issues. Standard perfmon memory counters will not ......
Read more >
3 Troubleshoot Memory Leaks - Java - Oracle Help Center
This chapter provides some suggestions for diagnosing problems involving possible memory leaks.
Read more >
Fixing a memory leak - LeakCanary
Follow these 4 steps to fix memory leaks: Find the leak trace. Narrow down the suspect references. Find the reference causing the leak....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found