mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Increase PHP memory limit for DevContainer to 512mb
Signed-off-by: Robin Windey <ro.windey@gmail.com>
This commit is contained in:
parent
ff92ab1fb1
commit
85ba85627e
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue