alberto56 / docker-drupal

A Docker image for testing Drupal sites. Contains a DB, a Drupal site at /srv/drupal/www, and the PHP cUrl library
4 stars 0 forks source link

memory exhausted #10

Open alberto56 opened 9 years ago

alberto56 commented 9 years ago

When running moderately complex tests in the GUI we get something like:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7693546 bytes) in /srv/drupal/www/core/lib/Drupal/Component/Utility/SafeMarkup.php on line 94

We might want to add this to nginx.conf?

# see http://serverfault.com/questions/500143/nginx-php-fpm-how-to-specify-memory-limit-for-an-application
fastcgi_param PHP_VALUE "memory_limit = 128M"
alberto56 commented 9 years ago

You just have to do a "sudo service php5-fpm restart" for it to take effect