Why is my memory building up? This is incredibly annoying

I gave roblox a good game and now I don’t know why my memory is going up.

I disconnect all signals and do table.clear on tables I no longer need.

This does not make sense to me.

Can anyone explain?

Can anyone join the game and tell me at which points during the game does the memory spike? Like for example if it’s the end of the round or if it’s the start of the round.

I do not abuse while loops either.

1 Like

You should try out the roblox Microprofiler. The MicroProfiler is an optimization tool available in Roblox Studio that helps developers improve performance by visually representing unoptimized portions of their experience. I have linked a documentation on it below which will show you how to use it:

https://create.roblox.com/docs/optimization/microprofiler/using-microprofiler

1 Like

Hey Masol! Idk if you remember me but i helped you on this game once (on discord)!

Anyways, there are many ways to check which scripts are using high memory through console.

Anyways, something to note is that roblox will use different amounts of computer ram based on how much you have available to use. Because its 3kmb for you doesnt mean that it will be 3kmb for someone on a crappy samsung phone.

Is this server sided too?? I really hope it is

Im pretty sure it works on both client and server or just server. But, it shows you what is using up a load of memory and basically shows you where and why your game is using so much memory.