python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Java Heapdump - jsm <pid> -all GC.heap_dump
There is no -all option for jcmd command as per documentation.
https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr006.html
execute jcmd with -all option. GC is not triggered...
Nitul
Votes: 0
Answers: 1
Java Heap committed memory is bigger than -Xmx
I am trying to hunt the memory leak in Java Spring Boot app inside docker container.
Heap size of the app is limited like this:
java -XX:NativeMemoryTracking=summary -jar /app-0.1.jar -Xms256m -Xmx512...
Ivan Jovović
Votes: 0
Answers: 1