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 in padawan/bin/padawan.
Why is that, and would there be a way to increase it, without hacking the PHP component?
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/mkusherfolder 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?