浏览代码

Increase CPU threshold

Bob Mottram 10 年前
父节点
当前提交
2a504f0c86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

@@ -903,7 +903,7 @@ Add the following:
903 903
 # ==============================================================
904 904
 
905 905
 # Variables
906
-CPU_LIMIT=20            # Maximum percentage CPU consumption by each PID
906
+CPU_LIMIT=30            # Maximum percentage CPU consumption by each PID
907 907
 DAEMON_INTERVAL=1       # Daemon check interval in seconds
908 908
 BLACK_PROCESSES_LIST=   # Limit only processes defined in this variable. If variable is empty (default) all violating processes are limited.
909 909
 WHITE_PROCESSES_LIST="cron|top|emacs|vi|vim|nano"   # Limit all processes except processes defined in this variable. If variable is empty (default) all violating processes are limited.