Episode Details
Back to Episodes348: OK OOMer
Published 5 years, 11 months ago
Description
Today we make nice with a killer, an early out-of-memory daemon, and one of the new features in Fedora 32. We put EarlyOOM to the test in a real-world workload and are shocked by the results.
Plus we debate if OpenWrt is still the best router solution, and chew on Microsoft's new SELinux competitor.
Special Guests: Alex Kretzschmar and Neal Gompa.
Links:
- Window Maker Version 0.95.9 Released
- Microsoft announces IPE, a new code integrity feature for Linux — Microsoft says that IPE is not intended for general-purpose computing. The IPE LSM was designed for very specific use cases where security is paramount, and administrators need to be in full control of what runs on their systems. Examples include embedded systems, such as network firewall devices running in a data center, or Linux servers running strict and immutable configurations and applications.
- OpenWrt - Opkg susceptible to MITM
- Brent sits down with Daniel Foré, founder of elementary OS
- Know when we're going to be live. Check out the calendar!
- Keep the conversation going join us on Telegram
- Fedora nightly compose finder
- Fedora 32 Looking At Using EarlyOOM By Default To Better Deal With Low Memory Situations — The oom-killer generally has a bad reputation among Linux users. This may be part of the reason Linux invokes it only when it has absolutely no other choice. It will swap out the desktop environment, drop the whole page cache and empty every buffer before it will ultimately kill a process. At least that's what I think that it will do. I have yet to be patient enough to wait for it, sitting in front of an unresponsive system.
- earlyoom - Early OOM Daemon for Linux — The oom-killer generally has a bad reputation among Linux users. This may be part of the reason Linux invokes it only when it has absolutely no other choice. It will swap out the desktop environment, drop the whole page cache and empty every buffer before it will ultimately kill a process. At least that's what I think that it will do. I have yet to be patient enough to wait for it, sitting in front of an unresponsive system.
- rfjakob/systembus-notify: systembus-notify - system bus notification daemon
- oomd — Out of memory killing has historically happened inside kernel space. On a memory overcommitted linux system, malloc(2) and fr