Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore

This commit is contained in:
Jens Steube
2018-11-04 10:07:45 +01:00
parent 399bd2562a
commit 344ea5b36d
4 changed files with 26 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ typedef enum event_identifier
EVENT_AUTOTUNE_STARTING = 0x00000001,
EVENT_BITMAP_INIT_POST = 0x00000010,
EVENT_BITMAP_INIT_PRE = 0x00000011,
EVENT_BITMAP_FINAL_OVERFLOW = 0x00000012,
EVENT_CALCULATED_WORDS_BASE = 0x00000020,
EVENT_CRACKER_FINISHED = 0x00000030,
EVENT_CRACKER_HASH_CRACKED = 0x00000031,
@@ -534,7 +535,7 @@ typedef enum user_options_defaults
ATTACK_MODE = ATTACK_MODE_STRAIGHT,
BENCHMARK_ALL = false,
BENCHMARK = false,
BITMAP_MAX = 24,
BITMAP_MAX = 18,
BITMAP_MIN = 16,
#ifdef WITH_BRAIN
BRAIN_CLIENT = false,