We have some rest services which is going out of memory frequently. I was doing code review and saw heavy usage of static methods. Can that be an issue ?
Java 8, spring-boot 2.1.5 How do I debug this issue ?
We have some rest services which is going out of memory frequently. I was doing code review and saw heavy usage of static methods. Can that be an issue ?
Java 8, spring-boot 2.1.5 How do I debug this issue ?
Copyright © 2021 Jogjafile Inc.
Get the Heap Dump by using jvisualvm file.
Please visit this