ERROR: Insufficient memory available
#1
Hello,

I'm getting this error when i use more than 2 rules, i got GTX 1080 and 16GB Ram
#2
Start by providing the exact command line used, hashcat's output, and stuff like driver version and such.
#3
(06-30-2016, 07:01 PM)Xanadrel Wrote: Start by providing the exact command line used, hashcat's output, and stuff like driver version and such.

I always useĀ 

hashcat64.exe -a 0 -r rules/best64.rule -r rules/top_5000.rule -r rules/top_3000.rule (And others) -m 0 --username EmailHash.txt -o output.txt D:\Passwords

And i don't know why it run little bit slow, for some of my friends who use Titan X is way faster. Should i add something more in command line?
#4
So this obviously not what you were saying, it's not "2 rules", not even 2 rules files, you're giving it many rules files, hashcat will combine all of them (as in 64*5000*3000 etc.).

No surprise it runs out of memory.

If you want to run all rules in sequence, just merge your rules files in a single file.