Server Memory usage slowly sky rocketing to 12GB

So i have this little issue on my hands that keeps crashing my servers and decreasing my player count drastically.

As you can see, GUI, PhysicsParts, and LuaHeap are rising.
And then there’s this little guy right here, which also tends to slowly go from 400mb to 4gb

Why does this happen and how can i fix it, i mean it’s a clear memory leak, just cannot even take a log of the serverside in the console because it just crashes the whole server.

Also of course, what’s UntrackedMemory and how do i fix that one

Are all of these categories rising?

Can you send the code you think is causing it? Check your loops and connections if it’s something that’s increasing rapidly. Make sure to clean up instances and references and stuff. If you aren’t sure what code is causing it you could try removing scripts until it stops (if possible).