dragonwell-project / dragonwell11

Alibaba Dragonwell11 JDK
https://www.aliyun.com/product/dragonwell
GNU General Public License v2.0
558 stars 115 forks source link

[GC] Add IO related size policy for Parallel GC #846

Closed weixlu closed 3 months ago

weixlu commented 3 months ago

Summary: add new parallel gc option UseIOPrioritySizePolicy to early shrink heap when io wait is high.

weixlu commented 3 months ago

fixed