1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:39:46 +01:00
tldr/pages/linux/choom.md
2024-03-15 09:19:23 +05:30

432 B

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 ...}}