1
0
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:
jsteube 2019-02-15 09:24:30 +01:00
parent 9310b534f4
commit 64540dee37

View File

@ -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