mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-23 00:28:11 +00:00
Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources
This commit is contained in:
parent
9310b534f4
commit
64540dee37
@ -38,7 +38,7 @@ endif
|
||||
## Makefile flags
|
||||
##
|
||||
|
||||
MAKEFLAGS += -l -j -rR --no-print-directory
|
||||
MAKEFLAGS += -l -j 8 -rR --no-print-directory
|
||||
|
||||
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
|
||||
MAKEFLAGS += -j 1
|
||||
|
Loading…
Reference in New Issue
Block a user