JVM - 馬老師聽課筆記

  十種垃圾回收器 垃圾回收器 隨着內存越來越大的過程而演進 最早的組合 serial + serial old    1. serial  a stop-the-world , copying collector which use a single gc 年輕代 單線程 串行回收 2. ps     年輕代 並行回收 3. parNew  多線程+ CMS 年輕代 4. serial old
相關文章
相關標籤/搜索