Bläddra i källkod

Increase CPU threshold

Bob Mottram 10 år sedan
förälder
incheckning
2a504f0c86
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt Visa fil

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