Open austinhuang0131 opened 10 months ago
Do you have some more info how much memory your device has an how big your room is?
3 GB?
It's an initial sync. I have around 260 DMs and 80 rooms; some (like 10) of them are quite active but are not at Matrix HQ level of madness.
I think this is mostly the same as #792, except the iOS app just freezes for a second when it ooms, i can also see iOS suspending every background app for fluffychat and it getting warmer Like noted in #792 though, the spaces list works and if you go to a room you can see that it's actually synced, it's just the room list / chat backup that isn't working.
Note that I'm using multi account support, have 6gb of ram, and my account is pretty large, my main personal account with just like 20 dm rooms loads fine though.
Submitted a testflight screenshot, but not sure what that does, can't seem to copy the logs on iOS, but they mention OOM from SqfliteDatabaseMixin
Reproducable by joining https://matrix.to/#/#community-moderation-effort-bl:neko.dev
Seems like you need to log back out if it's already stuck though, and it doesn't effect existing logins, although it might just have been slow to propagate
This is where it was stuck for me, looked like infinite recursion with m.policy.user events https://github.com/famedly/matrix-dart-sdk/blob/566f960b921a3ab691d8481441a6167b808a278e/lib/src/client.dart#L2119-L2121
@morguldir I don't think its recursing, its just that CME has thousands of user policy events
What does that have to do with FluffyChat using over 6gb of ram :3
Or maybe you're right, just matrix-org-coc-bl put it to 4gb, which my browser was allowed to use. So I guess it uses too much ram trying to map the policy lists, which crashes due to costing too much ram, and then it retries but crashes again :thinking:
Same issue here.
What is interesting in my case is that it becomes almost unresponsive, only updating the screen every 10-30 seconds.
Specifically, I can reproduce this by joining https://matrix.to/#/#community-moderation-effort-bl:neko.dev on any of my accounts on my phone.
Seems like you need to log back out if it's already stuck though, and it doesn't effect existing logins, although it might just have been slow to propagate
For me it did effect one of my existing logins.
This issue is stale because it has been open for 120 days with no activity.
silence stalebot
Bug Description
Steps to Reproduce
It seems to only be for my account and I don't know the exact conditions.
Expected Behavior
Initial sync finishes.
App Version
1.17.0 (F-Droid); also present in past version but without logs appearing
Additional Platform Information
Android 9 (Sony H3123)
Additional Context
No response