Linux OOM killer
- [OOM\_Killer - linux-mm.org Wiki](https://linux-mm.org/OOM_Killer)
- [Linux OOM Killer机制 以及防止被OOM Killer杀死的方法\_linux 设置 redis 内存 防止oom-CSDN博客](https://blog.csdn.net/top_explore/article/details/107733974)
- [linux 的overcommit\_memory、overcommit\_ratio、swappiness 的说明 - peiybpeiyb - 博客园](https://www.cnblogs.com/ctypyb2002/p/9792921.html)
代码原理
- [Out Of Memory Management](https://www.kernel.org/doc/gorman/html/understand/understand016.html)
操作实践
- [How to Configure the Linux Out of Memory Killer](https://www.oracle.com/technical-resources/articles/it-infrastructure/dev-oom-killer.html)
- [Out of Memory Killer - Red Hat Learning Community](https://learn.redhat.com/t5/Platform-Linux/Out-of-Memory-Killer/td-p/48828)
- [linux - How does the OOM killer decide which process to kill first? - Unix & Linux Stack Exchange](https://unix.stackexchange.com/questions/153585/how-does-the-oom-killer-decide-which-process-to-kill-first)
- [Linux Memory Overcommitment and the OOM Killer | Baeldung on Linux](https://www.baeldung.com/linux/memory-overcommitment-oom-killer)
Unix启动原理
- [为什么UNIX使用init进程启动其他进程? - hk416hasu - 博客园](https://www.cnblogs.com/hk416hasu/p/18689248)