-
The log ends when the JVM runs out of memory.
当JVM内存不足时,日志结束。
-
As you can imagine, running out of memory is a bad thing.
正如您可以想象的,内存耗尽是一件很糟糕的事情。
-
For this reason, pages can be moved out of memory and onto the disk.
由于这个原因,页面可以移出内存并放入磁盘中。
-
For example, your program runs out of memory or encounters divide-by-zero.
例如,你的程序运行耗尽内存,或者遇到被零除。
-
All programs inevitably generate errors — files not found, running out of memory, etc.
所有程序都不可避免地会生成错误——找不到文件、内存不足等等。
内存溢出(out of memory)通俗理解就是内存不够,通常在运行大型软件或游戏时,软件或游戏所需要的内存远远超出了你主机内安装的内存所承受大小,就叫内存溢出。此时软件或游戏就运行不了,系统会提示内存溢出,有时候会自动关闭软件,重启电脑或者软件后释放掉一部分内存又可以正常运行该软件