I was coding on my 8gb ram laptop with sublime text and suddenly the laptop froze I pressed the power button to force restart .... today I was coding and I opended the task manager and "build and run" my code but, the ram usage started to increase untill the laptop froze again ...
so I will not use sublime text again
What (text editors)/(IDEs) are you using right now ? and why you're using it?
I use vs code .
It generally happens when you use while loop. There is nothing to limit usage in sublime text. So, to overcome this problem what i do is: Use terminating condition in while loops by taking some large number that won't affect your code.