-
Notifications
You must be signed in to change notification settings - Fork 6
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
2GB of memory isn't enough #27
Comments
hm, I can't say that this limit was set "on purpose", looks like it better to remove it from bin |
@TLyngeJ please, have a look padawan-php/padawan.php#97 |
Yeah, I believe that should cut it.
|
@TLyngeJ well, I've merged fix to master, so it should work well now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this plugin on a Drupal project and the generation of the index seems to fail, when PHP tried to allocate more than two GB of memory.
Didn't make much sense to begin with cause I've set the PHP memory limit to -1 in the CLI ini.
So I did a
grep -R 'ini_set('
from the~/.composer/vendor/mkusher
folder and realised that the memory is fixed to two GB inpadawan/bin/padawan
.Why is that, and would there be a way to increase it, without hacking the PHP component?
The text was updated successfully, but these errors were encountered: