oomd(1) | General Commands Manual | oomd(1) |
NAME¶
oomd - Userspace Out-Of-Memory (OOM) killer for Linux systems
SYNOPSIS¶
oomd [OPTION] ...
DESCRIPTION¶
oomd leverages PSI and cgroupv2 to monitor a system holistically. oomd then takes corrective action in userspace before an OOM occurs in kernel space. Corrective action is configured via a flexible plugin system, in which custom code can be written. By default, this involves killing offending processes. This enables an unparalleled level of flexibility where each workload can have custom protection rules. Furthermore, time spent livedlocked in kernelspace is minimized.
OPTIONS¶
- --help, -h
- Show this help message and exit
- --config, -C CONFIG
- Config file (default: /etc/oomd.json)
- --interval, -i INTERVAL
- Event loop polling interval (default: 5)
- --cgroup-fs, -f FS
- Cgroup2 filesystem mount point (default: /sys/fs/cgroup)
- --check-config, -c CONFIG
- Check config file (default: /etc/oomd.json)
SEE ALSO¶
https://github.com/facebookincubator/oomd#configuration
On Debian systems, the configuration manuals can be found in /usr/share/doc/oomd/docs.
AUTHOR¶
oomd is written by Facebook, Inc.
This manual page was written by Yangfl for the Debian Project (and may be used by others).