Posts: 1
	Threads: 1
	Joined: Mar 2019
	
	
 
	
	
		Hi, bit of a newbie question here as I recently started using hashcat on a laptop. To prevent overheating, is there a setting I can use that will throttle Hashcat's GPU usage to say 30% of its maximum? Can't see anything in the --help list about it.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,266
	Threads: 16
	Joined: Feb 2013
	
	
 
	
	
		-w 1 or --force together with the -u and -n could help, but it's always better to fix the main problem, i.e. not using a laptop and fixing the GPU/airflow cooling instead
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5
	Threads: 0
	Joined: Nov 2018
	
	
 
	
	
		 (03-24-2019, 02:34 PM)VictorJack Wrote:  Hi, bit of a newbie question here as I recently started using hashcat on a laptop. To prevent overheating, is there a setting I can use that will throttle Hashcat's GPU usage to say 30% of its maximum? Can't see anything in the --help list about it.
if you're using a nvidia card you could also limit the power consumption with the program nvidia-smi (comes with driver installation) like nvidia-smi.exe -pl 170 (limit to 170 watts)