Skip to content
This repository has been archived by the owner on Oct 18, 2018. It is now read-only.

Commit

Permalink
Increasing memory limit to 3G
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Jul 3, 2018
1 parent 4521815 commit b588f2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ RUN apk add autoconf make g++ gcc -t build-stack --no-cache && \

### Disable prod settings :
RUN rm /usr/local/etc/php/conf.d/95-prod.ini &&\
rm /etc/apache2/conf.d/prod.conf
rm /etc/apache2/conf.d/prod.conf

### Add dev settings :
ADD dev.ini /usr/local/etc/php/conf.d/95-dev.ini
1 change: 1 addition & 0 deletions dev.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
memory_limit = 3G

0 comments on commit b588f2c

Please sign in to comment.