Server-side memory leak in "Gui" category

Hi y’all! It seems like we have some sort of server-side memory leak under Memory > PlaceMemory > Gui. In many cases, I’ve noticed it reach a few GB when the server has been running long enough.

Does anyone know why the server could be amassing memory in that category?

Could it be that we have a couple of SurfaceGui’s, each containing a single TextLabel, as children of certain parts under Workspace? (none of which are ever changed, or touched, by scripts)

2 Likes

Any billboard guis? I recently had a crashing issue due to a mass amount of billboard guis in the game.

Nope — just around 100 SurfaceGui’s with a single TextLabel max in total :confused: