Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Fatal error: Out of memory #17

Open
daryl178 opened this issue Jun 30, 2020 · 1 comment
Open

PHP Fatal error: Out of memory #17

daryl178 opened this issue Jun 30, 2020 · 1 comment

Comments

@daryl178
Copy link

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
Copy link

gusuu1 commented Jul 3, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants