Java程序出现oom如何解决?什么场景下会出现oom?
Java程序出现oom如何解决?什么场景下会出现oom?
1. Java heap space2. GC overhead limit exceeded3. Permgen space4. Metaspace5. Unable to create new native thread6. Out of swap space7. Kill process or sacrifice child8. Requested array size exceeds VM limit9.Direct buffer memory
1. Java heap space
当堆内存(Heap Space)没有足够空间存放新创建的对象时,就会抛出java.lang.OutOfMemoryError:Javaheap space 错误(根据实际生产经验,可以对程序日志中的 OutOfMemoryError 配置关键字告警,一经
共有 0 条评论