this post was submitted on 08 Jul 2024
522 points (97.5% liked)

Memes

45158 readers
3197 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 

I'll post a complaint about this in 5 minutes when my phone's UI is responsive again.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] thewowwedeserve@feddit.de 2 points 2 months ago (1 children)

Especially since Most Android Apps are written in memory Safe languages Like Java or kotlin. It is most likely Apps getting stuck doing a Background process indefinitely

[โ€“] GissaMittJobb@lemmy.ml 4 points 2 months ago

It's not out of the question to have 'memory leaks' - apps accumulating more memory by keeping around references to more and more objects - but memory leaks in the stricter sense of not deallocating objects that you no longer have references to is less likely. Regardless, the OOM killer will come for your app, no matter how good you've been about managing your memory, as long as someone else wants to have the memory and you're the one who has been active the least recently.