diff --git a/beaglebone.txt b/beaglebone.txt index 19c6e158..40173ef2 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -903,7 +903,7 @@ Add the following: # ============================================================== # Variables -CPU_LIMIT=20 # Maximum percentage CPU consumption by each PID +CPU_LIMIT=30 # Maximum percentage CPU consumption by each PID DAEMON_INTERVAL=1 # Daemon check interval in seconds BLACK_PROCESSES_LIST= # Limit only processes defined in this variable. If variable is empty (default) all violating processes are limited. 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.