Status Update
Comments
an...@google.com <an...@google.com> #2
Hey. If it drops down it means garbage collector can clean those allocation. Memory leak is when there is a permanent reference to the object left somewhere and garbage collector never clears the used memory. This should eventually cause OutOfMemoryExpection. From your explanation it doesn't sounds as a memory leak
re...@gmail.com <re...@gmail.com> #3
I can reach 150mb of memory usage(from 50mb) just by scrolling this list. In a more complex project I got 200mb usage.
Description
Jetpack Compose version: 1.2.0-beta01
Jetpack Compose component used: LazyList(LazyVerticalGrid)
Android Studio Build: Electric Eel Canary 1
Kotlin version: 1.6.20
Steps to Reproduce: