mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 12:29:35 +00:00
Reduce max. number of allowed function calls per rule from 256 to 32 to save GPU memory
This commit is contained in:
parent
d3d9b4e679
commit
00758e621b
@ -901,6 +901,8 @@ int main (int argc, char **argv)
|
|||||||
* merge rules or automatic rule generator
|
* merge rules or automatic rule generator
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
printf ("%u\n", user_options->rp_files_cnt);
|
||||||
|
|
||||||
uint kernel_rules_cnt = 0;
|
uint kernel_rules_cnt = 0;
|
||||||
|
|
||||||
kernel_rule_t *kernel_rules_buf = NULL;
|
kernel_rule_t *kernel_rules_buf = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user