Android tablet BROWSER memory analyser - memory-management

My .Net web site application is working fine with IE(6-8). But it eats up memory in android tablet BROWSER,poor responsive and often crashing. It could be CSS/JavaScript/unnecessary event handler or whatsoever issue. Is there any widget/profiler availble to analyse memory consumption? Any help would be great. Thanks.

Related

How can i maintain Agora.io video call memory usage

Platform Unity 2019.4.8.f1
Apk tested on Android devices
Api lvl 21+
Test failure on some devices that have 2gb memory.
Our team has implemented a unity project and we use agora for video call. Our streaming configs are very low, 15fps, 65bit. But when we test the app on phones that have 2gb memory, some times later(about 5-10min) app crashes. We try to find out the problem and according to diagnostic tools agora uses lots of memory, We cannot find any limitation from agora sdk and cannot reduce memory usage, is there any idea about this. Thanks.
First, did you make sure if this is an Application level memory management issue? e.g., you created instance of renderers but did not release in time?
If it is SDK level issue, you probably won't find a solution from the public. I suggest you to create a ticket to ask the question directly to the Agora support team. Please provide your quantified analysis and the crash log when you submit that.

React Native - out of memory

I'm developing a react native application. I have just realized that the application memory usage is growing, even when I'm not touching the app. If I navigate between screens I see that memory usage is growing much faster.
I have got some memory snapshots in Safari web inspector but I do not know how to use this information.
Can you please give me some hints? I have found out that this may be some react native navigation issue.
Versions:
"react-native": "0.59.9",
"react-navigation": "^3.11.1",
Memory usage chart
Memeory snapshot comaprison

How to measure performance of react-native app

I am using react-native 0.52.0 and react- 16.2.0 . My react-native application runs slowly. I want to optimize its performance. Can anyone tell me what are the ways in which we can make react native app faster and how to measure its performance and memory usage? Is there any tool to measure its overall performance
1) (reactotron) https://github.com/infinitered/reactotron
It streams to you information about your app’s state, API calls, benchmarks, exceptions, and other stuff.
2) https://facebook.github.io/react-native/docs/performance.html
This page contains all you need to check for performance in the app.
You can use Android Studio Profiler to monitor memory usage on Android. Take into account that you will need Android 10 for the profileable tag in Android Manifest to work.

custom apple tvOS app crashes after a few days

I made a custom apple TV app in Xcode and installed it on an apple TV. It works fine for a few days, then it crashes and becomes unavailable.
Is this because something is wrong with the code or expected behavior for apps manually installed on apple TV?
Any help is appreciated!
Have you tried using Apple's Leaks instrument to check for some sort of memory leak? If your app is crashing after a few days, this would suggest a possible memory leak so would be worth looking into.
https://developer.apple.com/library/content/documentation/Performance/Conceptual/ManagingMemory/Articles/FindingLeaks.html#//apple_ref/doc/uid/20001883-SW2
The Leaks instrument provides leak-detection capabilities identical to those in the leaks command-line tool. The Leaks instrument records all allocation events that occur in your application and then periodically searches the application’s writable memory, registers, and stack for references to any active memory blocks. If it does not find a reference to a block in one of these places, it deems the block a “leak” and displays the relevant information in the Detail pane.
The culprit of the crash is the lack of appropriate licensing.
Once I registered as an Apple Developer and paid the subscription fee, the app stopped crashing after a few days.

Google Maps API v3 Memory leaks

I'm using Google Maps API v3 for my project and I can see that some serious memory leaks occur during browsing time.
I'm trying to find some kind of unload methods, for Gmap, but sadly with no results. I'm using ajax on my site, and every time I update info about markers I reload Map content. I tried doing it on Chrome and FF, same leaks on both browsers. Yesterday while working I somehow managed to reach 800MB ram for FF, that's when I noticed the problem.
Did anyone got any luck by solving this problem in v3?
Thank you for your time.
I am experiencing also severe memory leaks in V3.
I noticed they only occur in Internet Explorer (not in Chrome and not in Firefox (allthough they do use a lot of memory), thank you Microsoft), but there is little info about it on the internet.
When pressing F5 (refresh) the webpage gets reloaded and the memory is being released.
This is the only way I know of to release the memory in runtime.
Now I have to look into a way to restart from the point we pressed F5
Hope this helps.

Resources