Limit GPU usage on laptop? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Limit GPU usage on laptop? (/thread-8249.html) |
Limit GPU usage on laptop? - VictorJack - 03-24-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. RE: Limit GPU usage on laptop? - philsmd - 03-24-2019 -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 RE: Limit GPU usage on laptop? - 3Pi0 - 03-24-2019 (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) |