Unusually high memory usage

My client’s memory usage for my game fluctuates between 900-1000 MB. My game isn’t that heavy and runs okay on mobile devices. It has 2k parts, not many textures/meshes I should worry about.

Yes, I am playing in Roblox and not in Studio.

Do any of you have any tips to improve performance?

image

You may wrongly done a Infinite-Loop which causes the high RAM most of the cases.

1 Like

No, I don’t have any while true do’s, I use RunService’s Heartbeat

Should be able to locate the problem if you mess around with the developer console.

  • Use the developer console and browse around sections to see which categories are using memory the most + see if it’s gradually increasing, if it is it’s probably a memory leak.

  • If you used anything from the toolbox or using dangerous plugins that does script injections make sure that they don’t contain viruses.

  • Make sure you don’t have absurd amount of non-used variables.

  • You can try clearing your Roblox cache or just straight up reinstall it as a last chance.