├── .gitignore ├── 01_01_java-heap-space.png ├── 01_02_outofmemoryerror-analyzed.png ├── 01_java-heap-space.md ├── 02_01_OOM-example-schema3.png ├── 02_gc-overhead-limit-exceeded.md ├── 03_01_java.lang_.outofmemoryerror-permgen-space.png ├── 03_permgen-space.md ├── 04_01_OOM-example-metaspace.png ├── 04_metaspace.md ├── 05_01_unable-to-create-new-native-thread.png ├── 05_unable-to-create-new-native-thread.md ├── 06_01_outofmemoryerror-out-of-swap-space.png ├── 06_out-of-swap-space.md ├── 07_01_array-size-exceeds-vm-limit.png ├── 07_requested-array-size-exceeds-vm-limit.md ├── 08_01_out-of-memory-kill-process-or-sacrifice-child.png ├── 08_kill-process-or-sacrifice-child.md ├── 09_map_failed.md ├── 10_direct_buffer_memory.md ├── LICENSE ├── OutOfMemoryError_Handbook-Plumbr.pdf ├── OutOfMemoryError_Handbook_CN.md └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/.gitignore -------------------------------------------------------------------------------- /01_01_java-heap-space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/01_01_java-heap-space.png -------------------------------------------------------------------------------- /01_02_outofmemoryerror-analyzed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/01_02_outofmemoryerror-analyzed.png -------------------------------------------------------------------------------- /01_java-heap-space.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/01_java-heap-space.md -------------------------------------------------------------------------------- /02_01_OOM-example-schema3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/02_01_OOM-example-schema3.png -------------------------------------------------------------------------------- /02_gc-overhead-limit-exceeded.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/02_gc-overhead-limit-exceeded.md -------------------------------------------------------------------------------- /03_01_java.lang_.outofmemoryerror-permgen-space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/03_01_java.lang_.outofmemoryerror-permgen-space.png -------------------------------------------------------------------------------- /03_permgen-space.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/03_permgen-space.md -------------------------------------------------------------------------------- /04_01_OOM-example-metaspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/04_01_OOM-example-metaspace.png -------------------------------------------------------------------------------- /04_metaspace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/04_metaspace.md -------------------------------------------------------------------------------- /05_01_unable-to-create-new-native-thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/05_01_unable-to-create-new-native-thread.png -------------------------------------------------------------------------------- /05_unable-to-create-new-native-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/05_unable-to-create-new-native-thread.md -------------------------------------------------------------------------------- /06_01_outofmemoryerror-out-of-swap-space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/06_01_outofmemoryerror-out-of-swap-space.png -------------------------------------------------------------------------------- /06_out-of-swap-space.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/06_out-of-swap-space.md -------------------------------------------------------------------------------- /07_01_array-size-exceeds-vm-limit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/07_01_array-size-exceeds-vm-limit.png -------------------------------------------------------------------------------- /07_requested-array-size-exceeds-vm-limit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/07_requested-array-size-exceeds-vm-limit.md -------------------------------------------------------------------------------- /08_01_out-of-memory-kill-process-or-sacrifice-child.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/08_01_out-of-memory-kill-process-or-sacrifice-child.png -------------------------------------------------------------------------------- /08_kill-process-or-sacrifice-child.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/08_kill-process-or-sacrifice-child.md -------------------------------------------------------------------------------- /09_map_failed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/09_map_failed.md -------------------------------------------------------------------------------- /10_direct_buffer_memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/10_direct_buffer_memory.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/LICENSE -------------------------------------------------------------------------------- /OutOfMemoryError_Handbook-Plumbr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/OutOfMemoryError_Handbook-Plumbr.pdf -------------------------------------------------------------------------------- /OutOfMemoryError_Handbook_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/OutOfMemoryError_Handbook_CN.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncounter/outofmemoryerror/HEAD/README.md --------------------------------------------------------------------------------