commands.sh

choom

linux

Display and change the adjust out-of-memory killer score.

More info →

Options (2)

-p, --pidboolean

Display the OOM-killer score of the process with a specific ID

Example: choom {{[-p|--pid]}} {{pid}}
-n, --adjustboolean

Change the adjust OOM-killer score of a specific process

Example: choom {{[-p|--pid]}} {{pid}} {{[-n|--adjust]}} {{-1000..+1000}}

Examples (3)

Display the OOM-killer score of the process with a specific ID

choom [-p|--pid] pid

Change the adjust OOM-killer score of a specific process

choom [-p|--pid] pid [-n|--adjust] -1000..+1000

Run a command with a specific adjust OOM-killer score

choom [-n|--adjust] -1000..+1000 command argument1 argument2 ...
made by @shridhargupta | data from tldr-pages