【OOM】OOM异常(转)

OOM有以下几种,其中第8种跟linx系统有关。

1、java.lang.OutOfMemoryError:Java heap space
2、java.lang.OutOfMemoryError:GC overhead limit exceeded
3、java.lang.OutOfMemoryError:Permgen space
4、java.lang.OutOfMemoryError:Metaspace
5、java.lang.OutOfMemoryError:Unable to create new native thread
6、java.lang.OutOfMemoryError:Out of swap space?
7、java.lang.OutOfMemoryError:Requested array size exceeds VM limit
8、Out of memory:Kill process or sacrifice child

转自:https://www.jianshu.com/p/2fdee831ed03

原文地址:https://www.cnblogs.com/tigerhsu/p/11157499.html