摘要: 如何安装b4? 1.1 获取b4的源码 $ git clone git://git.kernel.org/pub/scm/utils/b4/b4.git 1.2 使能b4 $ cat /.bash_profile alias b4="$HOME/develop/source_code/kernel. 阅读全文
posted @ 2020-11-11 17:24 Jello 阅读(1992) 评论(0) 推荐(1)
摘要: 答: 使用renice调整nice值即可,示例如下: # renice -20 -p 1110 (将一个进程号为1110的进程提高到最有利于其得到调度的nice值,-20为使得进程最易得到调度机会的nice值) 阅读全文
posted @ 2020-11-11 11:57 Jello 阅读(1247) 评论(0) 推荐(0)