Skip to content

Show-Demo/memory-troubleshooting-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory-troubleshooting-springboot

Java内存问题排查demo

java -Xmx512m -jar target/memory-troubleshooting-springboot-0.0.1-SNAPSHOT.jar
java \
	-Xms1m \
	-Xmx1m \
	-XX:+PrintGC \
	-XX:+HeapDumpOnOutOfMemoryError \
	-XX:HeapDumpPath=./heap.bin \
MemoryLeak

About

Java内存泄漏和内存溢出演示demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages