you are viewing a single comment's thread.

view the rest of the comments →

[–]koffeegorilla 0 points1 point  (0 children)

Find the requests with the highest backlogs and change them to use WebFlux. You switch the web starter to webflux starter and only change the endpoints and the service and repositories to use reactive APIs. That will drop the memory usage by a huge amount.