您的位置:首页 > 编程语言 > Java开发

java.lang.OutOfMemoryError:

2017-03-28 16:49 113 查看
jmap -permstat executable java.DMP

http://docs.oracle.com/javase/7/docs/technotes/tools/share/jmap.html

https://blogs.oracle.com/sundararajan/entry/understanding_java_class_loading

http://stackoverflow.com/questions/21248645/object-classes-in-concurrent-mark-sweep-cms-unloading-classes

https://www.jclarity.com/2013/12/11/poorly-chosen-java-hotspot-garbage-collection-flags-and-how-to-fix-them/

https://blogs.oracle.com/poonam/entry/about_g1_garbage_collector_permanent

http://stackoverflow.com/questions/21248645/object-classes-in-concurrent-mark-sweep-cms-unloading-classes

https://blog.codecentric.de/en/2013/10/useful-jvm-flags-part-7-cms-collector/

http://stackoverflow.com/questions/13365961/how-to-interpret-the-output-from-jmap-permstat

http://stackoverflow.com/questions/2129044/java-heap-terminology-young-old-and-permanent-generations

https://blogs.oracle.com/jonthecollector/entry/presenting_the_permanent_generation

https://blogs.oracle.com/vikram/entry/getting_permgen_informartion_using_jmap

http://stackoverflow.com/questions/25398588/jmap-permstat-takes-long-time-and-hangs
http://stackoverflow.com/questions/29875902/why-would-jmap-permstat-report-more-than-maxpermsize-bytes-used
https://plumbr.eu/outofmemoryerror/permgen-space

http://javabender.blogspot.com/2012/02/how-to-display-jvm-heap-and-permgen.html

http://frankkieviet.blogspot.com/2006/10/how-to-fix-dreaded-permgen-space.html

http://frankkieviet.blogspot.com/2006/10/classloader-leaks-dreaded-permgen-space.html

http://stackoverflow.com/questions/88235/dealing-with-java-lang-outofmemoryerror-permgen-space-error

http://stackoverflow.com/questions/18339707/permgen-elimination-in-jdk-8/22509753#22509753

http://www.oracle.com/technetwork/java/javase/jdk7-relnotes-418459.html

http://stackoverflow.com/questions/318942/what-does-permgen-actually-stand-for
http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: