3 days ago
I have deployed a Spring Boot project with MySQL. Although I'm not using it heavily right now, the memory usage spikes and keeps crashing the project repeatedly. I have to redeploy it manually each time, which works for a few minutes, but then it crashes again. Do you have any suggestions on what I should do?
2 Replies
3 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
3 days ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 3 days ago
2 days ago
Spring Boot eats a lot of memory when booting up and your free plan is limited to 0.5GB which is not enough.
So consider upgrading to Hobby tier and you will have access to 8GB which is more than enough.
Status changed to Solved parth-1903 • 2 days ago