From: jsteube Date: Sat, 28 May 2016 14:01:26 +0000 (+0200) Subject: Turns out default gpu retain temp of 80c is a bit too high, latest nvidia driver... X-Git-Tag: v3.00~120 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=75a6e432db730b080ed47da3e9b8cfecace10f6f;p=hashcat.git Turns out default gpu retain temp of 80c is a bit too high, latest nvidia driver sets it to 70c, so we move with it --- diff --git a/src/hashcat.c b/src/hashcat.c index 7c9e77f..7d0af78 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -76,7 +76,7 @@ double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 }; #define BITMAP_MAX 24 #define GPU_TEMP_DISABLE 0 #define GPU_TEMP_ABORT 90 -#define GPU_TEMP_RETAIN 80 +#define GPU_TEMP_RETAIN 70 #define WORKLOAD_PROFILE 2 #define KERNEL_ACCEL 0 #define KERNEL_LOOPS 0