Skip to content

Missing ini memory_limit and output_buffering #256

Closed
@Jonniedev

Description

@Jonniedev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions