Browse Source

Increase CPU threshold

Bob Mottram 10 years ago
parent
commit
2a504f0c86
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

@@ -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.