Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Edit the value max_concurrency to a suitable number. Magento recommend we set that number by 10% of the number of PHP processes. If you don’t know that then try in the range from 6 to 24 is fine. For example 20.

12.

...

Note: Magestore POS Open Source default supported to work with Magento Message Queue with no special configuration needed (only need Magento Cron installed and running).

Read more: Configure Magento Message Queue

In case that you want to change the Message Broker to RabbitMQ so please follow the guide Configure Magestore POS to use RabbitMQ on Magento.

...

Install Magento Cron

Code Block
php bin/magento cron:install

...

13. Reindex All

Code Block
php bin/magento indexer:reindex

...

14. Turn on Production mode

Code Block
php bin/magento deploy:mode:set production

...

15. Turn off Maintenance

Code Block
php bin/magento maintenance:disable