Update Java1.md

pull/9/head
hmao 5 years ago committed by GitHub
parent 39490a29df
commit 50ebccf2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,4 +65,18 @@ mark-and-sweep algorithm.
内存整齐度:复制算法=标记/整理算法>标记/清除算法。
内存利用率:标记/整理算法=标记/清除算法>复制算法。
1. Parallel GC
-XX:+UseParallelGC
2. Mostly Concurrent Mark and Sweep Garbage Collector
-XX:+UseConcMarkSweepGC
3. G1 GC
### NIO
端口:进程
ip计算机

Loading…
Cancel
Save