提交 8aca84c7 编写于 作者: P Piotr Nowojski 提交者: twalthr

[hotfix][docs] Update debugging classloading doc to Java 8

Since Java 8 Metaspace has replaced PermGen

This closes #5158.
上级 e30066db
......@@ -128,7 +128,7 @@ Class unloading means that the Garbage Collector finds that no objects from a cl
Whenever a TaskManager starts (or restarts) a task, it will load that specific task's code. Unless classes can be unloaded, this will
become a memory leak, as new versions of classes are loaded and the total number of loaded classes accumulates over time. This
typically manifests itself though a **OutOfMemoryError: PermGen**.
typically manifests itself though a **OutOfMemoryError: Metaspace**.
Common causes for class leaks and suggested fixes:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册