如何设置进程的nice值(优先级执行)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何设置进程的nice值(优先级执行)相关的知识,希望对你有一定的参考价值。
Example: nice -n 10 datepriority for root: -20 (higher priority) .. 19 (lower priority)
priority for common users: 0..19
To list process and nice value: "ps -el"
#new process nice -n PRIORITYNUMBER PROCESSNAME #existing process renice PRIORITYNUMBER PID_PROCESS
以上是关于如何设置进程的nice值(优先级执行)的主要内容,如果未能解决你的问题,请参考以下文章