Increase PHP memory limit for DevContainer to 512mb

Signed-off-by: Robin Windey <ro.windey@gmail.com>
pull/46055/head
Robin Windey 9 months ago committed by GitHub
parent ff92ab1fb1
commit 85ba85627e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .devcontainer/Dockerfile

@ -52,6 +52,9 @@ RUN { \
echo "xdebug.start_with_request=yes"; \
} >> /etc/php/8.3/apache2/conf.d/20-xdebug.ini
# Increase PHP memory limit to 512mb
RUN sed -i 's/memory_limit = .*/memory_limit = 512M/' /etc/php/8.3/apache2/php.ini
# Docker
RUN apt-get -y install \
apt-transport-https \

Loading…
Cancel
Save