defuse / crackstation-hashdb

CrackStation.net's Lookup Table Implementation.
GNU General Public License v3.0
365 stars 107 forks source link

PHP Fatal error: Out of memory #17

Open daryl178 opened 4 years ago

daryl178 commented 4 years ago

After downloading crackstation.txt.gz and extracting to realuniq.lst, executing the following command

php createidx.php md5 realuniq.lst realuniq-md5.idx

generates fatal error of

So far, completed 99100000 lines (1.255GB) ... PHP Fatal error: Out of memory (allocated 4194304) (tried to allocate 2098451 bytes) in /cygdrive/e/crackstation-hashdb-master/createidx.php on line 74

gusuu1 commented 4 years ago

This just means that the script is using more memory/RAM than your PHP setup allows. There is tons of articles out there on how to fix this. A quick search can do wonders