mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
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
This commit is contained in:
parent
2213786618
commit
75a6e432db
@ -76,7 +76,7 @@ double TARGET_MS_PROFILE[4] = { 2, 12, 96, 480 };
|
|||||||
#define BITMAP_MAX 24
|
#define BITMAP_MAX 24
|
||||||
#define GPU_TEMP_DISABLE 0
|
#define GPU_TEMP_DISABLE 0
|
||||||
#define GPU_TEMP_ABORT 90
|
#define GPU_TEMP_ABORT 90
|
||||||
#define GPU_TEMP_RETAIN 80
|
#define GPU_TEMP_RETAIN 70
|
||||||
#define WORKLOAD_PROFILE 2
|
#define WORKLOAD_PROFILE 2
|
||||||
#define KERNEL_ACCEL 0
|
#define KERNEL_ACCEL 0
|
||||||
#define KERNEL_LOOPS 0
|
#define KERNEL_LOOPS 0
|
||||||
|
Loading…
Reference in New Issue
Block a user