magento2-geo-store-switcher icon indicating copy to clipboard operation
magento2-geo-store-switcher copied to clipboard

Cli commands stuck after extension installation

Open pkjoshi opened this issue 7 years ago • 1 comments

I have installed the extension as per the instructions. The extension seems to work fine. but subsequent to the installation I am not able to run the Magento Cli commands. for example I was not able to run the command php bin/magento cache:clean after that I have disabled the module and run the commands, I was able to run the commands.

Then I re-enabled the modules. and tried to run the commands php -d memory_limit=-1 bin/magento setup:upgrade\

but that also stuck. my server system is Ubuntu 16.04 with 16GB of Ram. I checked all server benchmarks, all seems to be ok.

update. when I set the memory limit, the setup:upgrade' process never finishes, but when I say run the command allocating 10G, I get the error like below; Running schema recurring...PHP Fatal error: Allowed memory size of 10737418240 bytes exhausted (tried to allocate 20480 bytes) in /web/vendor/magento/framework/App/State.php on line 152`

pkjoshi avatar Jan 13 '18 18:01 pkjoshi

Hi @pkjoshi Sorry, I was not able to reproduce the issue. Try to update the extension and its dependency, let me know if the issue still reproducible.

ytorbyk avatar Feb 23 '18 23:02 ytorbyk