wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 81 forks source link

Increate memory size #19

Closed RobLoach closed 7 years ago

RobLoach commented 7 years ago

The default of 512 is sometimes not enough. Would be great to double it.

pprishchepa commented 7 years ago

I've increased memory_limit up to 1024M. Affected images:

wodby/drupal-php:latest
wodby/drupal-php:7.0
wodby/drupal-php:5.6
RobLoach commented 7 years ago

Thanks so much, @PavelPrischepa!

GTSLiDe commented 6 years ago

@PavelPrischepa , I tried updating the image to the latest, 7.0-2.4.9, or 7.1-2.4.9 but still it's showing 512MB memory_limit. Can you help?

pprishchepa commented 6 years ago

@GTSLiDe in the 2.x version of d4d you should use PHP_MEMORY_LIMIT environment variable to customize memory limit.

GTSLiDe commented 6 years ago

@PavelPrischepa it worked! thank you so much!