Browse Source
Increase PHP memory limit for DevContainer to 512mb
Signed-off-by: Robin Windey <ro.windey@gmail.com>
pull/46055/head
Robin Windey
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.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 \ |
|
|
|
|