1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 02:55:25 +02:00

choom: add page (#12499)

This commit is contained in:
Vitor Henrique 2024-03-15 00:49:23 -03:00 committed by GitHub
parent 83a6501a11
commit f288bf38a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/choom.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`
- Change the adjust OOM-killer score of a specific process:
`choom -p {{pid}} -n {{-1000..+1000}}`
- Run a command with a specific adjust OOM-killer score:
`choom -n {{-1000..+1000}} {{command}} {{argument1 argument2 ...}}`