I get this message when I use the command --remove
hashcat64 -m 0 hashes dic -w 4 --username --remove -o recovered
hashcat (v3.00-1-g67a8d97) starting...
Structuring salts for cracking task...
ERROR: Insufficient memory available
If I avoid --remove it works fine.
hashcat64 -m 0 hashes dic -w 4 --username --remove -o recovered
hashcat (v3.00-1-g67a8d97) starting...
Structuring salts for cracking task...
ERROR: Insufficient memory available
If I avoid --remove it works fine.