-
Notifications
You must be signed in to change notification settings - Fork 0
memory exhausted #10
Copy link
Copy link
Open
Labels
Description
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"
Reactions are currently unavailable