From 75a6e432db730b080ed47da3e9b8cfecace10f6f Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 28 May 2016 16:01:26 +0200 Subject: [PATCH] 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 --- src/hashcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1