How fast is the go 1.5 gc with terabytes of RAM?

前端 未结 2 1449
故里飘歌
故里飘歌 2020-12-16 13:24

Java cannot use terabytes of RAM because the GC pause is way too long (minutes). With the recent update to the Go GC, I\'m wondering if its GC pauses are short enough for us

2条回答
  •  春和景丽
    2020-12-16 13:57

    The new Java ZGC garbage collector can now use 16 Terrabytes of memory and garbage collect in under 10ms.

提交回复
热议问题