Closed
Description
as described at: drupal memory requirements we need at least 128 MB.
also as of 10.2.0, It is now recommended to enable output buffering in php.ini
RUN echo 'memory_limit = 128M' > $PHP_INI_DIR/conf.d/docker-php-memlimit.ini \
&& echo 'output_buffering = On' > $PHP_INI_DIR/conf.d/docker-php-outbuf.ini
Metadata
Metadata
Assignees
Labels
No labels