TapBarMenu icon indicating copy to clipboard operation
TapBarMenu copied to clipboard

Increasing memory usage

Open treere opened this issue 9 years ago • 3 comments

Repeat open - close several times increases the memory usage

treere avatar Dec 13 '15 10:12 treere

Does the memory usage drop after garbage collection?

JosephTurner avatar Dec 15 '15 18:12 JosephTurner

@treere @JosephTurner Yes there are tiny memory allocations made by ValueAnimators when setting float values during opening/closing menu. Memory is being released after GC so I guess it's not a problem.

michaldrabik avatar Dec 15 '15 18:12 michaldrabik

@michaldrabik Each open - close increase the memory of 20K on my phone, it's a lot. I'm trying to understand why. It's not a big problem because no one ( maybe ) pass his time opening and closing the menu. @JosephTurner after GC the memory usage drop always at the same amount.

treere avatar Dec 16 '15 11:12 treere

I think we can close this

treere avatar Mar 29 '23 15:03 treere