mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 12:56:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the OOM-killer score of the process with a specific ID:
|
||||
|
||||
`choom -p {{pid}}`
|
||||
`choom {{[-p|--pid]}} {{pid}}`
|
||||
|
||||
- Change the adjust OOM-killer score of a specific process:
|
||||
|
||||
`choom -p {{pid}} -n {{-1000..+1000}}`
|
||||
`choom {{[-p|--pid]}} {{pid}} {{[-n|--adjust]}} {{-1000..+1000}}`
|
||||
|
||||
- Run a command with a specific adjust OOM-killer score:
|
||||
|
||||
`choom -n {{-1000..+1000}} {{command}} {{argument1 argument2 ...}}`
|
||||
`choom {{[-n|--adjust]}} {{-1000..+1000}} {{command}} {{argument1 argument2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user