Hello Railway, I have deployed an spring boot application but I can't find an solution to my problem about memory allocation after stress test with 100, 1000, 10000 users and I can see that memory is escalating to like 2-3GB and when test is done and load is low I can see CPU goes down but memory stay consistent to the latest stage that it got up, even after optimization to thr java code and JVM I have cheked it all memory leaks, bad code even tried tools for heap and memory management and memory does go down but not according to this graph it keeps the GB up all day and all night and never goes down any idea how to fix it because this is important to me ?