Skip to content

Commit

Permalink
Update memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gignonje committed Feb 18, 2019
1 parent cbb337c commit 565aa36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
RUN docker-php-ext-install opcache

ADD config/symfony.ini /etc/php/7.3/fpm/conf.d/
ADD config/memory.ini /usr/local/etc/php/conf.d/

ADD config/adback.co.pool.conf /usr/local/etc/php-fpm.d/

Expand Down
1 change: 1 addition & 0 deletions config/memory.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
memory_limit = 2G

0 comments on commit 565aa36

Please sign in to comment.