简介目前博客有很多方式可以书写,如简书,CSDN等等,由于经常使用Git,故打算采取hexo进行自主博客的搭建。github是支持个人主页的博客搭建和项目的博客搭建的,很是方便了,一下便是采取hexo进行的个人博客的搭建过程。 安装Hexo首页,我们进行hexo的安装。电脑上需要安装好基本的工具np ...
OOM-GC Overhead Limit Exceeded
标题OutOfMemoryError: GC Overhead Limit Exceeded 前言本文翻译自 http://www.baeldung.com/java-gc-overhead-limit-exceeded 正文 概述当对象不再被使用时,JVM会小心地释放它所占用的内存,这个进行被叫 ...
OOM-Requested array siz
标题java.lang.OutOfMemoryError:Requested array size exceeds VM limit 前言本文翻译自 https://plumbr.io/outofmemoryerror/requested-array-size-exceeds-vm-limit Ov ...
OOM-Permgen space
标题java.lang.OutOfMemoryError:Permgen space 前言本文翻译自 https://plumbr.io/outofmemoryerror/permgen-space OverViewJava应用程序仅仅被允许使用有限的内存。当应用启动的时候,你的应用就确定了可以使用 ...
OOM-Out of swap space
标题java.lang.OutOfMemoryError:Out of swap space? 前言本文翻译自 https://plumbr.io/outofmemoryerror/out-of-swap-space java应用程序在启动时,就被限制使用一定量的内存。这个限制是通过几个指定的参数- ...
OOM-new native thread
标题java.lang.OutOfMemoryError:Unable to create new native thread 前言本文翻译自 https://plumbr.io/outofmemoryerror/unable-to-create-new-native-thread Overview ...
OOM-Metaspace
标题java.lang.OutOfMemoryError:Metaspace 前言本文翻译自 https://plumbr.io/outofmemoryerror/metaspace OverviewJava应用程序仅仅被允许使用有限的内存。当应用启动的时候,你的应用就确定了可以使用的内存量。为了让 ...
OOM-Kill process
标题java.lang.OutOfMemoryError:Kill process or sacrifice child 前言本文翻译自 https://plumbr.io/outofmemoryerror/kill-process-or-sacrifice-child overview为了理解这种 ...
OOM-heap space
标题java.lang.OutOfMemoryError:Java heap space 前言本文翻译自 https://plumbr.io/outofmemoryerror/java-heap-space OverviewJava程序仅仅被使用有限的内存空间。这个空间在程序被启动时指定了。为了让事 ...
OOM-GC overhead
标题java.lang.OutOfMemoryError:GC overhead limit exceeded 前言本文翻译自 https://plumbr.io/outofmemoryerror/gc-overhead-limit-exceeded overviewjava运行环境包含了一个内件的 ...
hello-world
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...