As of January 8th mobile (especially tablet) users of my game have been reporting memory leak problems, specifically relating to the “GraphicsParts” category, causing gigabytes of leaks within 20-30 minutes
Session times on tablet have fallen by 25% compared to before 1/8, computer session times are unchanged.
The problem seems to have begun at roughly 1/8/24 at 6pm est based on the analytics.
Unfortunately crash rates are not very reliable given that an update seems to have been pushed to mobile users on the 11th which has our game reporting a 90% reduction in crash rates despite the memory leak.
We have also been getting the same reports for our game.
Mobile memory usage randomly went up which has been resulting in users getting a warning popup and streaming distance becomes super low in order to compensate for the increased memory usage.
The crash rate analytics have been fixed, here are the updated crash rates for tablets/phones compared to before, it’s up >400% (yikes) from before the crash rate analytics had problems. Computer is unchanged.
I’m seeing this as well, specifically on an iPad Pro 10.5inch as well as on an iPhone 13. Not happening on PC, at least not on mine. Random question,- is there anything in your game that is parenting objects to nil and then back into workspace periodically? This is how I have been able to trigger it on my iPhone/iPad. It appears that once certain objects are parented to nil, memory tagged under GraphicsParts is not getting freed. Again, this is not happening on PC - its working as intended there, GraphicsParts memory goes down as you would expect when parented to nil, but not on iPhone/iPad.
I am also experiencing this on my game, players stated it started happening about 3 weeks ago from today, and causing mobile devices to crash within 15-20 minutes of them joining due to memory issues. We use streaming enabled, opportunistic. Memory does seem to be slowly increasing, and graphics parts seem to be running higher than normal.
I just experienced this on my Windows 11 PC as well. It almost seems like its not streaming out items. My FPS also got worse about the same rate as this graph.
It is also not consistently occurring. I rejoined and its locked to 60 fps and showing the graph dip and stream out instances.
Experienced this issue on windows 11 pc again. Lots of users are reporting the issue, and it is not consistent. Sometimes I rejoin the game and it works as expected, no memory issues. Sometimes I join and it starts slowly raising the memory and lowering fps.
Chiming in with my own experience with this issue, it looks like this bug started shaving off a good 2-3m from my mobile session lengths starting around January 7th, unprompted by my own updates as noted by the version annotations.
Would like to follow up on this post. Its still very much occuring and causing significant, and inconsistent behavior for our players. Lots of bad reviews because it keeps crashing at random.
Most of the time memory on mobile is less than 1gb on my game. Sometimes it DOUBLES for no reason starting around beginning of January
Reemphasizing how detrimental this issue is to my game. This issue has septupled GraphicsParts memory usage on mobile devices at the 20m session mark as shown on the below graphic, and now seems to be bleeding onto desktop as well.
We have a workaround in place to address mobile platforms where the memory pressure is most critical and are working towards a longer term fix for all platforms.