computer_knowledge_notes/Software/进程管理/choom.md

20 lines
337 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### 简介
列出指定进程的OOM score和OOM score adjust value或修改指定进程的OOM score adjust value。
#### 语法
```
choom [options] -p pid
choom [options] -n number -p pid
choom [options] -n number command [args]
```
#### 选项
```
-n, --adjust <num> # 指定adjust score value
-p, --pid <num> # 进程ID
```