magento2-geo-store-switcher
magento2-geo-store-switcher copied to clipboard
Cli commands stuck after extension installation
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`
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.