Java G1 garbage collection in production

后端 未结 16 1916
借酒劲吻你
借酒劲吻你 2020-11-28 18:41

Since Java 7 is going to use the new G1 garbage collection by default is Java going to be able to handle an order of magnitude larger heap without supposed \"devastating\" G

16条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-28 18:53

    It seems like G1 starting JDK7u4 is finally officially supported, see the RN for JDK7u4 http://www.oracle.com/technetwork/java/javase/7u4-relnotes-1575007.html.

    From our testing still for big JVMs tuned CMS still acts better than G1 but I guess it will grow better.

提交回复
热议问题