heidsoft

Results 289 comments of heidsoft

[gc触发流程](https://upload-images.jianshu.io/upload_images/2184951-b2c677f3d53a2d93.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1000/format/webpl)

# 生产参数调试 -XX:+UseParallelGC 开启此参数使用parallel scavenge & parallel old搜集器(server模式默认值) -XX:+UseParallelOldGC 开启此参数在年老代使用parallel old搜集器 -XX:ParallelGCThreads=4 回收时开启的线程数。默认与CPU个数相等。

https://stackoverflow.com/questions/6236726/whats-the-difference-between-parallelgc-and-paralleloldgc https://stackoverflow.com/questions/198577/real-differences-between-java-server-and-java-client http://developer.51cto.com/art/201009/228035.htm

# jvm 源码下载 ``` The repository is linked on http://openjdk.java.net/. Clone it and execute theget_source.sh script. $ hg clone http://hg.openjdk.java.net/jdk8/jdk8 $ cd jdk8 && sh get_source.sh hg clone http://hg.openjdk.java.net/jdk10/jdk10 &&...

# jvm 命令参数 java -XshowSettings:vm -version 显示设置

# jmap 使用 - [oracle 官网文档jmap使用](https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr014.html) - [JVM系列三:JVM参数设置、分析](https://www.cnblogs.com/redcreen/archive/2011/05/04/2037057.html) - [JVM启动参数大全及默认值](http://www.tianshouzhi.com/api/tutorials/jvm/99) - [JVM监控与调优](http://www.importnew.com/21441.html) - [《JVM故障诊断指南》之1 —— JVM概览与介绍](http://ifeve.com/jvm-troubleshooting-guide-1/) - [JVM实用参数(八)GC日志](http://ifeve.com/useful-jvm-flags-part-8-gc-logging/) - [java命令--jmap命令使用](https://www.cnblogs.com/kongzhongqijing/articles/3621163.html) - [jvm查内存泄漏利器 - jmap](http://www.wujianjun.org/2016/09/21/jvm-tools-jmap/) - [linux 下使用命令查看jvm信息](https://blog.csdn.net/T2080305/article/details/80855831) - [玩透sort命令](https://www.cnblogs.com/f-ck-need-u/p/7442886.html#auto_id_2) http://www.tianshouzhi.com/api/tutorials/jvm/99

https://stackoverflow.com/questions/13270933/what-happens-when-the-jvm-runs-out-of-memory-to-allocate-during-run-time

https://very-serio.us/2017/12/05/running-jvms-in-kubernetes/

https://www.alibabacloud.com/blog/kubernetes-demystified-restrictions-on-java-application-resources_594108

https://dzone.com/articles/kubernetes-demystified-restrictions-on-java-applic