Skip to content

PHP memory limit

Daniël Klabbers edited this page May 8, 2017 · 1 revision

Bazaar uses composer through PHP. This is not more resource intensive than using it from the command line, but the command line has less restrictions, eg run duration and memory limit. As Bazaar runs over the web, we attempt to increase the memory limit during code execution. Based on the limitations on your webserver this can be successful.

In order to guarantee the correct working of Bazaar we attempt to increase the memory limit to 1GB. Your Bazaar page in Flarum will let you know how much we need and how much is currently available by default.

Clone this wiki locally