1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:06:00 +02:00
tldr/pages/linux/choom.md

17 lines
486 B
Markdown
Raw Normal View History

2024-03-15 00:49:23 -03:00
# choom
> Display and change the adjust out-of-memory killer score.
> More information: <https://manned.org/choom>.
- Display the OOM-killer score of the process with a specific ID:
`choom {{[-p|--pid]}} {{pid}}`
2024-03-15 00:49:23 -03:00
- Change the adjust OOM-killer score of a specific process:
`choom {{[-p|--pid]}} {{pid}} {{[-n|--adjust]}} {{-1000..+1000}}`
2024-03-15 00:49:23 -03:00
- Run a command with a specific adjust OOM-killer score:
`choom {{[-n|--adjust]}} {{-1000..+1000}} {{command}} {{argument1 argument2 ...}}`