I have deployed a very simple spring boot application locally. It has only one class - controller. That\'s pretty much it.
What I\'ve noticed is that heap allocation is not stab
Even tho no requests are being made the server application still does some kind of background stuff - then Garbage Collection happens. Here's a great article that explains it in-depth.