JVM 系列JVM 调优
Posted 半身风雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JVM 系列JVM 调优相关的知识,希望对你有一定的参考价值。
作者:半身风雪
上一节:JVM 中常见的垃圾回收器
JVM 调优
前言
性能调优包含多个层次,比如:架构调优、代码调优、JVM调优、数据库调优
[转] JVM 调优系列 & 高并发Java系列
1.JVM调优总结(1):一些概念:http://www.importnew.com/18694.html
2.JVM调优总结(2):基本垃圾回收算法:http://www.importnew.com/18740.html
3.JVM调优总结(3):垃圾回收面临的问题:http://www.importnew.com/18747.html
4.JVM调优总结(4):分代垃圾回收:http://www.importnew.com/19255.html
5.JVM调优总结(5):典型配置:http://www.importnew.com/19264.html
6.JVM调优总结(6):新一代的垃圾回收算法:http://www.importnew.com/19269.html
7.JVM调优总结(7):调优方法:http://www.importnew.com/19275.html
8.JVM调优总结(8):反思 :http://www.importnew.com/19281.html
1.高并发Java(1):前言:http://www.importnew.com/21229.html
2.高并发Java(2):多线程基础:http://www.importnew.com/21239.html
3.高并发Java(3):Java内存模型和线程安全:http://www.importnew.com/21245.html
4.高并发Java(4):无锁:http://www.importnew.com/21282.html
5.高并发Java(5):JDK并发包1:http://www.importnew.com/21288.html
6.高并发Java(6):JDK并发包2:http://www.importnew.com/21303.html
7.高并发Java(7):并发设计模式:http://www.importnew.com/21312.html
8.高并发Java(8):NIO和AIO:http://www.importnew.com/21341.html
以上是关于JVM 系列JVM 调优的主要内容,如果未能解决你的问题,请参考以下文章
直通BAT必考题系列:JVM性能调优的6大步骤,及关键调优参数详解
直通BAT必考题系列:JVM性能调优的6大步骤,及关键调优参数详解