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